Html Css Color HEX #795B73 Old Lavender

📋 copy color: '#795B73'

red 121 ◦ green 91 ◦ blue 115

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

Shades of Old Lavender #795B73

Tints of Old Lavender #795B73

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.83%

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

R = 37%
G = 27.83%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#795B73 (or 0x795B73) is known color: Old Lavender. HEX triplet: 79, 5B and 73. RGB value is (121,91,115). Sum of RGB (Red+Green+Blue) = 121+91+115=327 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.00% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 121 - color contains mainly: red. Hex color #795B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795B73 is #86A48C. Grayscale: #666666. Windows color (decimal): -8823949 or 7560057. OLE color: 7560057.

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

Color convert

RGB 121 91 115 -
CMYK 0 0.25 0.05 0.53
HSL 312º 0.14% 0.42% -
HSV(B) 312º 0.25% 0.47% -
XYZ 14.72 12.78 17.91 -
YUV 102.71 134.94 141.05 -
System Red Green Blue C M Y K H S L
Decimal 121 91 115 0 0.25 0.05 0.53 312 0.14 0.42
Hex 79 5B 73 0 19 5 35 138 E 2A
Octal 171 133 163 0 31 5 65 470 16 52
Binary 1111001 1011011 1110011 0 11001 101 110101 100111000 1110 101010

Color Harmonies of #795B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795B73

Black with #795B73

Text Example


Text Example

White with #795B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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