Html Css Color HEX #786676 Old Lavender

📋 copy color: '#786676'

red 120 ◦ green 102 ◦ blue 118

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

Shades of Old Lavender #786676

Tints of Old Lavender #786676

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30%

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

R = 35.29%
G = 30%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#786676 (or 0x786676) is known color: Old Lavender. HEX triplet: 78, 66 and 76. RGB value is (120,102,118). Sum of RGB (Red+Green+Blue) = 120+102+118=340 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.29% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 120 - color contains mainly: red. Hex color #786676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786676 is #879989. Grayscale: #6D6D6D. Windows color (decimal): -8886666 or 7759480. OLE color: 7759480.

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

Color convert

RGB 120 102 118 -
CMYK 0 0.15 0.02 0.53
HSL 306.67º 0.08% 0.44% -
HSV(B) 306.67º 0.15% 0.47% -
XYZ 15.77 14.8 19.17 -
YUV 109.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 120 102 118 0 0.15 0.02 0.53 306.67 0.08 0.44
Hex 78 66 76 0 F 2 35 133 8 2C
Octal 170 146 166 0 17 2 65 463 10 54
Binary 1111000 1100110 1110110 0 1111 10 110101 100110011 1000 101100

Color Harmonies of #786676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786676

Black with #786676

Text Example


Text Example

White with #786676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786676; }

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

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

background-color css

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

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

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

border-color css

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

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

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