Html Css Color HEX #796075 Old Lavender

📋 copy color: '#796075'

red 121 ◦ green 96 ◦ blue 117

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

Shades of Old Lavender #796075

Tints of Old Lavender #796075

RGB

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

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

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

R = 36.23%
G = 28.74%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#796075 (or 0x796075) is known color: Old Lavender. HEX triplet: 79, 60 and 75. RGB value is (121,96,117). Sum of RGB (Red+Green+Blue) = 121+96+117=334 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.23% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 121 - color contains mainly: red. Hex color #796075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796075 is #869F8A. Grayscale: #696969. Windows color (decimal): -8822667 or 7692409. OLE color: 7692409.

HSL color Cylindrical-coordinate representation of color #796075: hue angle of 309.6º 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 #796075 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 96 117 -
CMYK 0 0.21 0.03 0.53
HSL 309.6º 0.12% 0.43% -
HSV(B) 309.6º 0.21% 0.47% -
XYZ 15.28 13.72 18.67 -
YUV 105.87 134.28 138.79 -
System Red Green Blue C M Y K H S L
Decimal 121 96 117 0 0.21 0.03 0.53 309.6 0.12 0.43
Hex 79 60 75 0 15 3 35 136 C 2B
Octal 171 140 165 0 25 3 65 466 14 53
Binary 1111001 1100000 1110101 0 10101 11 110101 100110110 1100 101011

Color Harmonies of #796075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796075

Black with #796075

Text Example


Text Example

White with #796075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796075; }

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

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

background-color css

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

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

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

border-color css

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

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

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