#78538C

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

Shades of Affair #78538C

Tints of Affair #78538C

Color information

#78538C (or 0x78538C) is unknown color: approx Affair. HEX triplet: 78, 53 and 8C. RGB value is (120,83,140). Sum of RGB (Red+Green+Blue) = 120+83+140=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 140 - color contains mainly: blue. Hex color #78538C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78538C is #87AC73. Grayscale: #646464. Windows color (decimal): -8891508 or 9196408. OLE color: 9196408.

HSL color Cylindrical-coordinate representation of color #78538C: hue angle of 278.95º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78538C is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12083140-
CMYK0.140.4100.45
HSL278.95º25.56%43.73%-
HSV(B)278.95º40.71%54.9%-
XYZ15.5712.0726.32-
YUV100.56150.26141.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.99%
GREEN value IS 83 (32.81% from 255) = 24.20%
BLUE value IS 140 (55.08% from 255) = 40.82%
R=34.99%
G=24.20%
B=40.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal120831400.140.4100.45278.9525.5643.73
Hex78538CE2902D1171a2c
Octal17012321416510554273254
Binary11110001010011100011001110101001010110110001011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78538C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,83,140); }

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

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

 a { background-color: rgb(120,83,140); }

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

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

 span { border-color: rgb(120,83,140); }

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