#786475

Color #786475 Old Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Lavender #786475

Tints of Old Lavender #786475

Color information

#786475 (or 0x786475) is unknown color: approx Old Lavender. HEX triplet: 78, 64 and 75. RGB value is (120,100,117). Sum of RGB (Red+Green+Blue) = 120+100+117=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 120 - color contains mainly: red. Hex color #786475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786475 is #879B8A. Grayscale: #6B6B6B. Windows color (decimal): -8887179 or 7693432. OLE color: 7693432.

HSL color Cylindrical-coordinate representation of color #786475: hue angle of 309º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #786475 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB120100117-
CMYK00.170.020.53
HSL309º9.09%43.14%-
HSV(B)309º16.67%47.06%-
XYZ15.5114.3918.79-
YUV107.92133.13136.62-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.61%
GREEN value IS 100 (39.45% from 255) = 29.67%
BLUE value IS 117 (46.09% from 255) = 34.72%
R=35.61%
G=29.67%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010011700.170.020.533099.0943.14
Hex78647501123513592b
Octal1701441650212654651153
Binary111100011001001110101010001101101011001101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786475; }

 p { color: rgb(120,100,117); }

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

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

 a { background-color: rgb(120,100,117); }

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

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

 span { border-color: rgb(120,100,117); }

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