Html Css Color HEX #796475 Old Lavender

📋 copy color: '#796475'

red 121 ◦ green 100 ◦ blue 117

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

Shades of Old Lavender #796475

Tints of Old Lavender #796475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.59%

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

R = 35.8%
G = 29.59%
B = 34.62%

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

#796475 (or 0x796475) is known color: Old Lavender. HEX triplet: 79, 64 and 75. RGB value is (121,100,117). Sum of RGB (Red+Green+Blue) = 121+100+117=338 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.80% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 121 - color contains mainly: red. Hex color #796475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796475 is #869B8A. Grayscale: #6C6C6C. Windows color (decimal): -8821643 or 7693433. OLE color: 7693433.

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

Color convert

RGB 121 100 117 -
CMYK 0 0.17 0.03 0.53
HSL 311.43º 0.1% 0.43% -
HSV(B) 311.43º 0.17% 0.47% -
XYZ 15.65 14.46 18.8 -
YUV 108.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 121 100 117 0 0.17 0.03 0.53 311.43 0.1 0.43
Hex 79 64 75 0 11 3 35 137 A 2B
Octal 171 144 165 0 21 3 65 467 12 53
Binary 1111001 1100100 1110101 0 10001 11 110101 100110111 1010 101011

Color Harmonies of #796475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796475

Black with #796475

Text Example


Text Example

White with #796475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796475; }

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

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

background-color css

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

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

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

border-color css

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

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

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