#78557F

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

Shades of Affair #78557F

Tints of Affair #78557F

Color information

#78557F (or 0x78557F) is unknown color: approx Affair. HEX triplet: 78, 55 and 7F. RGB value is (120,85,127). Sum of RGB (Red+Green+Blue) = 120+85+127=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 127 - color contains mainly: blue. Hex color #78557F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78557F is #87AA80. Grayscale: #646464. Windows color (decimal): -8891009 or 8344952. OLE color: 8344952.

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

Color convert

RGB12085127-
CMYK0.060.3300.50
HSL290º19.81%41.57%-
HSV(B)290º33.07%49.8%-
XYZ14.8212.0221.62-
YUV100.25143.1142.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.14%
GREEN value IS 85 (33.59% from 255) = 25.60%
BLUE value IS 127 (50% from 255) = 38.25%
R=36.14%
G=25.60%
B=38.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal120851270.060.3300.5029019.8141.57
Hex78557F621032122142a
Octal1701251776410624422452
Binary111100010101011111111110100001011001010010001010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78557F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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