Html Css Color HEX #796072 Old Lavender

📋 copy color: '#796072'

red 121 ◦ green 96 ◦ blue 114

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

Shades of Old Lavender #796072

Tints of Old Lavender #796072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29%

 BLUE value IS 114 (44.92% from 255) = 34.44%

R = 36.56%
G = 29%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#796072 (or 0x796072) is known color: Old Lavender. HEX triplet: 79, 60 and 72. RGB value is (121,96,114). Sum of RGB (Red+Green+Blue) = 121+96+114=331 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.56% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 121 - color contains mainly: red. Hex color #796072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796072 is #869F8D. Grayscale: #696969. Windows color (decimal): -8822670 or 7495801. OLE color: 7495801.

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

Color convert

RGB 121 96 114 -
CMYK 0 0.21 0.06 0.53
HSL 316.8º 0.12% 0.43% -
HSV(B) 316.8º 0.21% 0.47% -
XYZ 15.11 13.65 17.76 -
YUV 105.53 132.78 139.04 -
System Red Green Blue C M Y K H S L
Decimal 121 96 114 0 0.21 0.06 0.53 316.8 0.12 0.43
Hex 79 60 72 0 15 6 35 13D C 2B
Octal 171 140 162 0 25 6 65 475 14 53
Binary 1111001 1100000 1110010 0 10101 110 110101 100111101 1100 101011

Color Harmonies of #796072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796072

Black with #796072

Text Example


Text Example

White with #796072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796072; }

 p { color: rgb(121,96,114); }

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

background-color css

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

 a { background-color: rgb(121,96,114); }

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

border-color css

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

 span { border-color: rgb(121,96,114); }

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