#78264C

Color #78264C Flirt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flirt #78264C

Tints of Flirt #78264C

Color information

#78264C (or 0x78264C) is unknown color: approx Flirt. HEX triplet: 78, 26 and 4C. RGB value is (120,38,76). Sum of RGB (Red+Green+Blue) = 120+38+76=234 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.28% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 120 - color contains mainly: red. Hex color #78264C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78264C is #87D9B3. Grayscale: #424242. Windows color (decimal): -8903092 or 4990584. OLE color: 4990584.

HSL color Cylindrical-coordinate representation of color #78264C: hue angle of 332.2º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #78264C is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1203876-
CMYK00.680.370.53
HSL332.2º51.9%30.98%-
HSV(B)332.2º68.33%47.06%-
XYZ9.745.97.46-
YUV66.85133.17165.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 51.28%
GREEN value IS 38 (15.23% from 255) = 16.24%
BLUE value IS 76 (30.08% from 255) = 32.48%
R=51.28%
G=16.24%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120387600.680.370.53332.251.930.98
Hex78264C044253514c341f
Octal17046114010445655146437
Binary111100010011010011000100010010010111010110100110011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78264C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78264C; }

 p { color: rgb(120,38,76); }

 H1.HeaderClassName
 {
   color: #78264C;
 }
 .AnyTagClassName
 {
   color: #78264C;
 }
</style>
background-color css

<style>
 a { background-color: #78264C; }

 a { background-color: rgb(120,38,76); }

 div.DivClassName
 {
   background-color: #78264C;
 }
 .BgClassName
 {
   background-color: #78264C;
 }
</style>
border-color css

<style>
 span { border-color: #78264C; }

 span { border-color: rgb(120,38,76); }

 td.TdClassName
 {
   border-color: #78264C;
 }
 .TagClassName
 {
   border-color: #78264C;
 }
</style>