Html Css Color HEX #796575 Old Lavender

📋 copy color: '#796575'

red 121 ◦ green 101 ◦ blue 117

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

Shades of Old Lavender #796575

Tints of Old Lavender #796575

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.79%

 BLUE value IS 117 (46.09% from 255) = 34.51%

R = 35.69%
G = 29.79%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#796575 (or 0x796575) is known color: Old Lavender. HEX triplet: 79, 65 and 75. RGB value is (121,101,117). Sum of RGB (Red+Green+Blue) = 121+101+117=339 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.69% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 121 - color contains mainly: red. Hex color #796575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796575 is #869A8A. Grayscale: #6C6C6C. Windows color (decimal): -8821387 or 7693689. OLE color: 7693689.

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

Color convert

RGB 121 101 117 -
CMYK 0 0.17 0.03 0.53
HSL 312º 0.09% 0.44% -
HSV(B) 312º 0.17% 0.47% -
XYZ 15.75 14.66 18.83 -
YUV 108.8 132.63 136.7 -
System Red Green Blue C M Y K H S L
Decimal 121 101 117 0 0.17 0.03 0.53 312 0.09 0.44
Hex 79 65 75 0 11 3 35 138 9 2C
Octal 171 145 165 0 21 3 65 470 11 54
Binary 1111001 1100101 1110101 0 10001 11 110101 100111000 1001 101100

Color Harmonies of #796575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796575

Black with #796575

Text Example


Text Example

White with #796575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796575; }

 p { color: rgb(121,101,117); }

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

background-color css

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

 a { background-color: rgb(121,101,117); }

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

border-color css

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

 span { border-color: rgb(121,101,117); }

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