Html Css Color HEX #796676 Old Lavender

📋 copy color: '#796676'

red 121 ◦ green 102 ◦ blue 118

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

Shades of Old Lavender #796676

Tints of Old Lavender #796676

RGB

 RED value IS 121 (47.66% from 255) = 35.48%

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

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

R = 35.48%
G = 29.91%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#796676 (or 0x796676) is known color: Old Lavender. HEX triplet: 79, 66 and 76. RGB value is (121,102,118). Sum of RGB (Red+Green+Blue) = 121+102+118=341 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.48% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 121 - color contains mainly: red. Hex color #796676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796676 is #869989. Grayscale: #6D6D6D. Windows color (decimal): -8821130 or 7759481. OLE color: 7759481.

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

Color convert

RGB 121 102 118 -
CMYK 0 0.16 0.02 0.53
HSL 309.47º 0.09% 0.44% -
HSV(B) 309.47º 0.16% 0.47% -
XYZ 15.91 14.88 19.17 -
YUV 109.51 132.79 136.2 -
System Red Green Blue C M Y K H S L
Decimal 121 102 118 0 0.16 0.02 0.53 309.47 0.09 0.44
Hex 79 66 76 0 10 2 35 135 9 2C
Octal 171 146 166 0 20 2 65 465 11 54
Binary 1111001 1100110 1110110 0 10000 10 110101 100110101 1001 101100

Color Harmonies of #796676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796676

Black with #796676

Text Example


Text Example

White with #796676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796676; }

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

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

background-color css

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

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

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

border-color css

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

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

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