Html Css Color HEX #786976 Old Lavender

📋 copy color: '#786976'

red 120 ◦ green 105 ◦ blue 118

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

Shades of Old Lavender #786976

Tints of Old Lavender #786976

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.61%

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

R = 34.99%
G = 30.61%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#786976 (or 0x786976) is known color: Old Lavender. HEX triplet: 78, 69 and 76. RGB value is (120,105,118). Sum of RGB (Red+Green+Blue) = 120+105+118=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 120 - color contains mainly: red. Hex color #786976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786976 is #879689. Grayscale: #6E6E6E. Windows color (decimal): -8885898 or 7760248. OLE color: 7760248.

HSL color Cylindrical-coordinate representation of color #786976: hue angle of 308º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #786976 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 105 118 -
CMYK 0 0.13 0.02 0.53
HSL 308º 0.07% 0.44% -
HSV(B) 308º 0.13% 0.47% -
XYZ 16.07 15.4 19.27 -
YUV 110.97 131.97 134.44 -
System Red Green Blue C M Y K H S L
Decimal 120 105 118 0 0.13 0.02 0.53 308 0.07 0.44
Hex 78 69 76 0 D 2 35 134 7 2C
Octal 170 151 166 0 15 2 65 464 7 54
Binary 1111000 1101001 1110110 0 1101 10 110101 100110100 111 101100

Color Harmonies of #786976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786976

Black with #786976

Text Example


Text Example

White with #786976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786976; }

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

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

background-color css

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

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

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

border-color css

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

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

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