#715F72

Color #715F72 Old Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Lavender #715F72

Tints of Old Lavender #715F72

Color information

#715F72 (or 0x715F72) is unknown color: approx Old Lavender. HEX triplet: 71, 5F and 72. RGB value is (113,95,114). Sum of RGB (Red+Green+Blue) = 113+95+114=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 114 - color contains mainly: blue. Hex color #715F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715F72 is #8EA08D. Grayscale: #666666. Windows color (decimal): -9347214 or 7495537. OLE color: 7495537.

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

Color convert

RGB11395114-
CMYK0.010.1700.55
HSL296.84º9.09%40.98%-
HSV(B)296.84º16.67%44.71%-
XYZ13.9412.9117.68-
YUV102.55134.46135.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.09%
GREEN value IS 95 (37.5% from 255) = 29.50%
BLUE value IS 114 (44.92% from 255) = 35.40%
R=35.09%
G=29.50%
B=35.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113951140.010.1700.55296.849.0940.98
Hex715F72111037129929
Octal1611371621210674511151
Binary11100011011111111001011000101101111001010011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #715F72;
 }
 .AnyTagClassName
 {
   color: #715F72;
 }
</style>
background-color css

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

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

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

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

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

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