Html Css Color HEX #786476 Old Lavender

📋 copy color: '#786476'

red 120 ◦ green 100 ◦ blue 118

#786476
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Lavender #786476

Tints of Old Lavender #786476

RGB

 RED value IS 120 (47.27% from 255) = 35.5%

 GREEN value IS 100 (39.45% from 255) = 29.59%

 BLUE value IS 118 (46.48% from 255) = 34.91%

R = 35.5%
G = 29.59%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#786476 (or 0x786476) is known color: Old Lavender. HEX triplet: 78, 64 and 76. RGB value is (120,100,118). Sum of RGB (Red+Green+Blue) = 120+100+118=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 120 - color contains mainly: red. Hex color #786476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786476 is #879B89. Grayscale: #6B6B6B. Windows color (decimal): -8887178 or 7758968. OLE color: 7758968.

HSL color Cylindrical-coordinate representation of color #786476: hue angle of 306º 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 #786476 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 100 118 -
CMYK 0 0.17 0.02 0.53
HSL 306º 0.09% 0.43% -
HSV(B) 306º 0.17% 0.47% -
XYZ 15.57 14.42 19.1 -
YUV 108.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 120 100 118 0 0.17 0.02 0.53 306 0.09 0.43
Hex 78 64 76 0 11 2 35 132 9 2B
Octal 170 144 166 0 21 2 65 462 11 53
Binary 1111000 1100100 1110110 0 10001 10 110101 100110010 1001 101011

Color Harmonies of #786476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786476

Black with #786476

Text Example


Text Example

White with #786476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786476; }

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

 H1.HeaderClassName
 {
   color: #786476;
 }
 .AnyTagClassName
 {
   color: #786476;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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