Html Css Color HEX #795572 Old Lavender

📋 copy color: '#795572'

red 121 ◦ green 85 ◦ blue 114

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

Shades of Old Lavender #795572

Tints of Old Lavender #795572

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.56%

 BLUE value IS 114 (44.92% from 255) = 35.63%

R = 37.81%
G = 26.56%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#795572 (or 0x795572) is known color: Old Lavender. HEX triplet: 79, 55 and 72. RGB value is (121,85,114). Sum of RGB (Red+Green+Blue) = 121+85+114=320 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.81% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 121 - color contains mainly: red. Hex color #795572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795572 is #86AA8D. Grayscale: #626262. Windows color (decimal): -8825486 or 7492985. OLE color: 7492985.

HSL color Cylindrical-coordinate representation of color #795572: hue angle of 311.67º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #795572 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 85 114 -
CMYK 0 0.30 0.06 0.53
HSL 311.67º 0.17% 0.4% -
HSV(B) 311.67º 0.3% 0.47% -
XYZ 14.17 11.78 17.45 -
YUV 99.07 136.43 143.64 -
System Red Green Blue C M Y K H S L
Decimal 121 85 114 0 0.30 0.06 0.53 311.67 0.17 0.4
Hex 79 55 72 0 1E 6 35 138 11 28
Octal 171 125 162 0 36 6 65 470 21 50
Binary 1111001 1010101 1110010 0 11110 110 110101 100111000 10001 101000

Color Harmonies of #795572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795572

Black with #795572

Text Example


Text Example

White with #795572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795572; }

 p { color: rgb(121,85,114); }

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

background-color css

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

 a { background-color: rgb(121,85,114); }

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

border-color css

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

 span { border-color: rgb(121,85,114); }

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