Html Css Color HEX #795E77 Old Lavender

📋 copy color: '#795E77'

red 121 ◦ green 94 ◦ blue 119

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

Shades of Old Lavender #795E77

Tints of Old Lavender #795E77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35.63%

R = 36.23%
G = 28.14%
B = 35.63%

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

#795E77 (or 0x795E77) is known color: Old Lavender. HEX triplet: 79, 5E and 77. RGB value is (121,94,119). Sum of RGB (Red+Green+Blue) = 121+94+119=334 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.23% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 121 - color contains mainly: red. Hex color #795E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795E77 is #86A188. Grayscale: #686868. Windows color (decimal): -8823177 or 7822969. OLE color: 7822969.

HSL color Cylindrical-coordinate representation of color #795E77: hue angle of 304.44º 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 #795E77 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 94 119 -
CMYK 0 0.22 0.02 0.53
HSL 304.44º 0.13% 0.42% -
HSV(B) 304.44º 0.22% 0.47% -
XYZ 15.22 13.4 19.24 -
YUV 104.92 135.95 139.47 -
System Red Green Blue C M Y K H S L
Decimal 121 94 119 0 0.22 0.02 0.53 304.44 0.13 0.42
Hex 79 5E 77 0 16 2 35 130 D 2A
Octal 171 136 167 0 26 2 65 460 15 52
Binary 1111001 1011110 1110111 0 10110 10 110101 100110000 1101 101010

Color Harmonies of #795E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795E77

Black with #795E77

Text Example


Text Example

White with #795E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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