Html Css Color HEX #795E76 Old Lavender

📋 copy color: '#795E76'

red 121 ◦ green 94 ◦ blue 118

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

Shades of Old Lavender #795E76

Tints of Old Lavender #795E76

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.23%

 BLUE value IS 118 (46.48% from 255) = 35.44%

R = 36.34%
G = 28.23%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#795E76 (or 0x795E76) is known color: Old Lavender. HEX triplet: 79, 5E and 76. RGB value is (121,94,118). Sum of RGB (Red+Green+Blue) = 121+94+118=333 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.34% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 121 - color contains mainly: red. Hex color #795E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795E76 is #86A189. Grayscale: #686868. Windows color (decimal): -8823178 or 7757433. OLE color: 7757433.

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

Color convert

RGB 121 94 118 -
CMYK 0 0.22 0.02 0.53
HSL 306.67º 0.13% 0.42% -
HSV(B) 306.67º 0.22% 0.47% -
XYZ 15.16 13.38 18.92 -
YUV 104.81 135.45 139.55 -
System Red Green Blue C M Y K H S L
Decimal 121 94 118 0 0.22 0.02 0.53 306.67 0.13 0.42
Hex 79 5E 76 0 16 2 35 133 D 2A
Octal 171 136 166 0 26 2 65 463 15 52
Binary 1111001 1011110 1110110 0 10110 10 110101 100110011 1101 101010

Color Harmonies of #795E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795E76

Black with #795E76

Text Example


Text Example

White with #795E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,94,118); }

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

background-color css

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

 a { background-color: rgb(121,94,118); }

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

border-color css

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

 span { border-color: rgb(121,94,118); }

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