Html Css Color HEX #786474 Old Lavender

📋 copy color: '#786474'

red 120 ◦ green 100 ◦ blue 116

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

Shades of Old Lavender #786474

Tints of Old Lavender #786474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.52%

R = 35.71%
G = 29.76%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#786474 (or 0x786474) is known color: Old Lavender. HEX triplet: 78, 64 and 74. RGB value is (120,100,116). Sum of RGB (Red+Green+Blue) = 120+100+116=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 120 - color contains mainly: red. Hex color #786474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786474 is #879B8B. Grayscale: #6B6B6B. Windows color (decimal): -8887180 or 7627896. OLE color: 7627896.

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

Color convert

RGB 120 100 116 -
CMYK 0 0.17 0.03 0.53
HSL 312º 0.09% 0.43% -
HSV(B) 312º 0.17% 0.47% -
XYZ 15.46 14.37 18.48 -
YUV 107.8 132.63 136.7 -
System Red Green Blue C M Y K H S L
Decimal 120 100 116 0 0.17 0.03 0.53 312 0.09 0.43
Hex 78 64 74 0 11 3 35 138 9 2B
Octal 170 144 164 0 21 3 65 470 11 53
Binary 1111000 1100100 1110100 0 10001 11 110101 100111000 1001 101011

Color Harmonies of #786474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786474

Black with #786474

Text Example


Text Example

White with #786474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786474; }

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

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

background-color css

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

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

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

border-color css

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

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

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