Html Css Color HEX #725F71 Old Lavender

📋 copy color: '#725F71'

red 114 ◦ green 95 ◦ blue 113

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

Shades of Old Lavender #725F71

Tints of Old Lavender #725F71

RGB

 RED value IS 114 (44.92% from 255) = 35.4%

 GREEN value IS 95 (37.5% from 255) = 29.5%

 BLUE value IS 113 (44.53% from 255) = 35.09%

R = 35.4%
G = 29.5%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #725F71: hue angle of 303.16º 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 #725F71 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 95 113 -
CMYK 0 0.17 0.01 0.55
HSL 303.16º 0.09% 0.41% -
HSV(B) 303.16º 0.17% 0.45% -
XYZ 14.01 12.95 17.38 -
YUV 102.73 133.79 136.04 -
System Red Green Blue C M Y K H S L
Decimal 114 95 113 0 0.17 0.01 0.55 303.16 0.09 0.41
Hex 72 5F 71 0 11 1 37 12F 9 29
Octal 162 137 161 0 21 1 67 457 11 51
Binary 1110010 1011111 1110001 0 10001 1 110111 100101111 1001 101001

Color Harmonies of #725F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725F71

Black with #725F71

Text Example


Text Example

White with #725F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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