Html Css Color HEX #786574 Old Lavender

📋 copy color: '#786574'

red 120 ◦ green 101 ◦ blue 116

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

Shades of Old Lavender #786574

Tints of Old Lavender #786574

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.97%

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

R = 35.61%
G = 29.97%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#786574 (or 0x786574) is known color: Old Lavender. HEX triplet: 78, 65 and 74. RGB value is (120,101,116). Sum of RGB (Red+Green+Blue) = 120+101+116=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 120 - color contains mainly: red. Hex color #786574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786574 is #879A8B. Grayscale: #6C6C6C. Windows color (decimal): -8886924 or 7628152. OLE color: 7628152.

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

Color convert

RGB 120 101 116 -
CMYK 0 0.16 0.03 0.53
HSL 312.63º 0.09% 0.43% -
HSV(B) 312.63º 0.16% 0.47% -
XYZ 15.55 14.56 18.51 -
YUV 108.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 120 101 116 0 0.16 0.03 0.53 312.63 0.09 0.43
Hex 78 65 74 0 10 3 35 139 9 2B
Octal 170 145 164 0 20 3 65 471 11 53
Binary 1111000 1100101 1110100 0 10000 11 110101 100111001 1001 101011

Color Harmonies of #786574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786574

Black with #786574

Text Example


Text Example

White with #786574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786574; }

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

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

background-color css

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

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

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

border-color css

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

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

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