Html Css Color HEX #796977 Old Lavender

📋 copy color: '#796977'

red 121 ◦ green 105 ◦ blue 119

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

Shades of Old Lavender #796977

Tints of Old Lavender #796977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.49%

R = 35.07%
G = 30.43%
B = 34.49%

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

#796977 (or 0x796977) is known color: Old Lavender. HEX triplet: 79, 69 and 77. RGB value is (121,105,119). Sum of RGB (Red+Green+Blue) = 121+105+119=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 121 - color contains mainly: red. Hex color #796977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796977 is #869688. Grayscale: #6F6F6F. Windows color (decimal): -8820361 or 7825785. OLE color: 7825785.

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

Color convert

RGB 121 105 119 -
CMYK 0 0.13 0.02 0.53
HSL 307.5º 0.07% 0.44% -
HSV(B) 307.5º 0.13% 0.47% -
XYZ 16.27 15.5 19.59 -
YUV 111.38 132.3 134.86 -
System Red Green Blue C M Y K H S L
Decimal 121 105 119 0 0.13 0.02 0.53 307.5 0.07 0.44
Hex 79 69 77 0 D 2 35 134 7 2C
Octal 171 151 167 0 15 2 65 464 7 54
Binary 1111001 1101001 1110111 0 1101 10 110101 100110100 111 101100

Color Harmonies of #796977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796977

Black with #796977

Text Example


Text Example

White with #796977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796977; }

 p { color: rgb(121,105,119); }

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

background-color css

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

 a { background-color: rgb(121,105,119); }

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

border-color css

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

 span { border-color: rgb(121,105,119); }

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