Html Css Color HEX #786478 Old Lavender

📋 copy color: '#786478'

red 120 ◦ green 100 ◦ blue 120

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

Shades of Old Lavender #786478

Tints of Old Lavender #786478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 35.29%

R = 35.29%
G = 29.41%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#786478 (or 0x786478) is known color: Old Lavender. HEX triplet: 78, 64 and 78. RGB value is (120,100,120). Sum of RGB (Red+Green+Blue) = 120+100+120=340 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.29% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 120 - color contains mainly: red, blue. Hex color #786478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786478 is #879B87. Grayscale: #6C6C6C. Windows color (decimal): -8887176 or 7890040. OLE color: 7890040.

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

Color convert

RGB 120 100 120 -
CMYK 0 0.17 0 0.53
HSL 300º 0.09% 0.43% -
HSV(B) 300º 0.17% 0.47% -
XYZ 15.69 14.46 19.73 -
YUV 108.26 134.63 136.37 -
System Red Green Blue C M Y K H S L
Decimal 120 100 120 0 0.17 0 0.53 300 0.09 0.43
Hex 78 64 78 0 11 0 35 12C 9 2B
Octal 170 144 170 0 21 0 65 454 11 53
Binary 1111000 1100100 1111000 0 10001 0 110101 100101100 1001 101011

Color Harmonies of #786478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786478

Black with #786478

Text Example


Text Example

White with #786478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786478; }

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

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

background-color css

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

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

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

border-color css

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

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

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