Html Css Color HEX #795A73 Old Lavender

📋 copy color: '#795A73'

red 121 ◦ green 90 ◦ blue 115

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

Shades of Old Lavender #795A73

Tints of Old Lavender #795A73

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.61%

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

R = 37.12%
G = 27.61%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#795A73 (or 0x795A73) is known color: Old Lavender. HEX triplet: 79, 5A and 73. RGB value is (121,90,115). Sum of RGB (Red+Green+Blue) = 121+90+115=326 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.12% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 121 - color contains mainly: red. Hex color #795A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795A73 is #86A58C. Grayscale: #666666. Windows color (decimal): -8824205 or 7559801. OLE color: 7559801.

HSL color Cylindrical-coordinate representation of color #795A73: hue angle of 311.61º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #795A73 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 90 115 -
CMYK 0 0.26 0.05 0.53
HSL 311.61º 0.15% 0.41% -
HSV(B) 311.61º 0.26% 0.47% -
XYZ 14.64 12.62 17.88 -
YUV 102.12 135.27 141.47 -
System Red Green Blue C M Y K H S L
Decimal 121 90 115 0 0.26 0.05 0.53 311.61 0.15 0.41
Hex 79 5A 73 0 1A 5 35 138 F 29
Octal 171 132 163 0 32 5 65 470 17 51
Binary 1111001 1011010 1110011 0 11010 101 110101 100111000 1111 101001

Color Harmonies of #795A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795A73

Black with #795A73

Text Example


Text Example

White with #795A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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