Html Css Color HEX #795D72 Old Lavender

📋 copy color: '#795D72'

red 121 ◦ green 93 ◦ blue 114

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

Shades of Old Lavender #795D72

Tints of Old Lavender #795D72

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.35%

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

R = 36.89%
G = 28.35%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#795D72 (or 0x795D72) is known color: Old Lavender. HEX triplet: 79, 5D and 72. RGB value is (121,93,114). Sum of RGB (Red+Green+Blue) = 121+93+114=328 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.89% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 121 - color contains mainly: red. Hex color #795D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795D72 is #86A28D. Grayscale: #676767. Windows color (decimal): -8823438 or 7495033. OLE color: 7495033.

HSL color Cylindrical-coordinate representation of color #795D72: hue angle of 315º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #795D72 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 93 114 -
CMYK 0 0.23 0.06 0.53
HSL 315º 0.13% 0.42% -
HSV(B) 315º 0.23% 0.47% -
XYZ 14.84 13.11 17.67 -
YUV 103.77 133.78 140.29 -
System Red Green Blue C M Y K H S L
Decimal 121 93 114 0 0.23 0.06 0.53 315 0.13 0.42
Hex 79 5D 72 0 17 6 35 13B D 2A
Octal 171 135 162 0 27 6 65 473 15 52
Binary 1111001 1011101 1110010 0 10111 110 110101 100111011 1101 101010

Color Harmonies of #795D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795D72

Black with #795D72

Text Example


Text Example

White with #795D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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