Html Css Color HEX #796172 Old Lavender

📋 copy color: '#796172'

red 121 ◦ green 97 ◦ blue 114

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

Shades of Old Lavender #796172

Tints of Old Lavender #796172

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.22%

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

R = 36.45%
G = 29.22%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#796172 (or 0x796172) is known color: Old Lavender. HEX triplet: 79, 61 and 72. RGB value is (121,97,114). Sum of RGB (Red+Green+Blue) = 121+97+114=332 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.45% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 121 - color contains mainly: red. Hex color #796172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796172 is #869E8D. Grayscale: #6A6A6A. Windows color (decimal): -8822414 or 7496057. OLE color: 7496057.

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

Color convert

RGB 121 97 114 -
CMYK 0 0.20 0.06 0.53
HSL 317.5º 0.11% 0.43% -
HSV(B) 317.5º 0.2% 0.47% -
XYZ 15.2 13.83 17.79 -
YUV 106.11 132.45 138.62 -
System Red Green Blue C M Y K H S L
Decimal 121 97 114 0 0.20 0.06 0.53 317.5 0.11 0.43
Hex 79 61 72 0 14 6 35 13E B 2B
Octal 171 141 162 0 24 6 65 476 13 53
Binary 1111001 1100001 1110010 0 10100 110 110101 100111110 1011 101011

Color Harmonies of #796172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796172

Black with #796172

Text Example


Text Example

White with #796172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796172; }

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

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

background-color css

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

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

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

border-color css

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

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

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