#78477F

Color #78477F Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #78477F

Tints of Affair #78477F

Color information

#78477F (or 0x78477F) is unknown color: approx Affair. HEX triplet: 78, 47 and 7F. RGB value is (120,71,127). Sum of RGB (Red+Green+Blue) = 120+71+127=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 127 - color contains mainly: blue. Hex color #78477F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78477F is #87B880. Grayscale: #5B5B5B. Windows color (decimal): -8894593 or 8341368. OLE color: 8341368.

HSL color Cylindrical-coordinate representation of color #78477F: hue angle of 292.5º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78477F is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12071127-
CMYK0.060.4400.50
HSL292.5º28.28%38.82%-
HSV(B)292.5º44.09%49.8%-
XYZ13.8310.0321.29-
YUV92.03147.73147.95-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.74%
GREEN value IS 71 (28.12% from 255) = 22.33%
BLUE value IS 127 (50% from 255) = 39.94%
R=37.74%
G=22.33%
B=39.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal120711270.060.4400.50292.528.2838.82
Hex78477F62C0321241c27
Octal1701071776540624443447
Binary111100010001111111111110101100011001010010010011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78477F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78477F; }

 p { color: rgb(120,71,127); }

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

<style>
 a { background-color: #78477F; }

 a { background-color: rgb(120,71,127); }

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

<style>
 span { border-color: #78477F; }

 span { border-color: rgb(120,71,127); }

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