Html Css Color HEX #715972 Old Lavender

📋 copy color: '#715972'

red 113 ◦ green 89 ◦ blue 114

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

Shades of Old Lavender #715972

Tints of Old Lavender #715972

RGB

 RED value IS 113 (44.53% from 255) = 35.76%

 GREEN value IS 89 (35.16% from 255) = 28.16%

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

R = 35.76%
G = 28.16%
B = 36.08%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#715972 (or 0x715972) is known color: Old Lavender. HEX triplet: 71, 59 and 72. RGB value is (113,89,114). Sum of RGB (Red+Green+Blue) = 113+89+114=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 114 - color contains mainly: blue. Hex color #715972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715972 is #8EA68D. Grayscale: #626262. Windows color (decimal): -9348750 or 7494001. OLE color: 7494001.

HSL color Cylindrical-coordinate representation of color #715972: hue angle of 297.6º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #715972 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 89 114 -
CMYK 0.01 0.22 0 0.55
HSL 297.6º 0.12% 0.4% -
HSV(B) 297.6º 0.22% 0.45% -
XYZ 13.42 11.87 17.5 -
YUV 99.03 136.45 137.97 -
System Red Green Blue C M Y K H S L
Decimal 113 89 114 0.01 0.22 0 0.55 297.6 0.12 0.4
Hex 71 59 72 1 16 0 37 12A C 28
Octal 161 131 162 1 26 0 67 452 14 50
Binary 1110001 1011001 1110010 1 10110 0 110111 100101010 1100 101000

Color Harmonies of #715972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715972

Black with #715972

Text Example


Text Example

White with #715972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715972; }

 p { color: rgb(113,89,114); }

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

background-color css

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

 a { background-color: rgb(113,89,114); }

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

border-color css

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

 span { border-color: rgb(113,89,114); }

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