Html Css Color HEX #715E72 Old Lavender

📋 copy color: '#715E72'

red 113 ◦ green 94 ◦ blue 114

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

Shades of Old Lavender #715E72

Tints of Old Lavender #715E72

RGB

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

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

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

R = 35.2%
G = 29.28%
B = 35.51%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#715E72 (or 0x715E72) is known color: Old Lavender. HEX triplet: 71, 5E and 72. RGB value is (113,94,114). Sum of RGB (Red+Green+Blue) = 113+94+114=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 114 - color contains mainly: blue. Hex color #715E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715E72 is #8EA18D. Grayscale: #656565. Windows color (decimal): -9347470 or 7495281. OLE color: 7495281.

HSL color Cylindrical-coordinate representation of color #715E72: hue angle of 297º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #715E72 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 94 114 -
CMYK 0.01 0.18 0 0.55
HSL 297º 0.1% 0.41% -
HSV(B) 297º 0.18% 0.45% -
XYZ 13.85 12.73 17.65 -
YUV 101.96 134.79 135.87 -
System Red Green Blue C M Y K H S L
Decimal 113 94 114 0.01 0.18 0 0.55 297 0.1 0.41
Hex 71 5E 72 1 12 0 37 129 A 29
Octal 161 136 162 1 22 0 67 451 12 51
Binary 1110001 1011110 1110010 1 10010 0 110111 100101001 1010 101001

Color Harmonies of #715E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715E72

Black with #715E72

Text Example


Text Example

White with #715E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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