Html Css Color HEX #795E73 Old Lavender

📋 copy color: '#795E73'

red 121 ◦ green 94 ◦ blue 115

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

Shades of Old Lavender #795E73

Tints of Old Lavender #795E73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.85%

R = 36.67%
G = 28.48%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#795E73 (or 0x795E73) is known color: Old Lavender. HEX triplet: 79, 5E and 73. RGB value is (121,94,115). Sum of RGB (Red+Green+Blue) = 121+94+115=330 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.67% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 121 - color contains mainly: red. Hex color #795E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795E73 is #86A18C. Grayscale: #686868. Windows color (decimal): -8823181 or 7560825. OLE color: 7560825.

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

Color convert

RGB 121 94 115 -
CMYK 0 0.22 0.05 0.53
HSL 313.33º 0.13% 0.42% -
HSV(B) 313.33º 0.22% 0.47% -
XYZ 14.98 13.31 18 -
YUV 104.47 133.95 139.79 -
System Red Green Blue C M Y K H S L
Decimal 121 94 115 0 0.22 0.05 0.53 313.33 0.13 0.42
Hex 79 5E 73 0 16 5 35 139 D 2A
Octal 171 136 163 0 26 5 65 471 15 52
Binary 1111001 1011110 1110011 0 10110 101 110101 100111001 1101 101010

Color Harmonies of #795E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795E73

Black with #795E73

Text Example


Text Example

White with #795E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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