Html Css Color HEX #725B71 Old Lavender

📋 copy color: '#725B71'

red 114 ◦ green 91 ◦ blue 113

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

Shades of Old Lavender #725B71

Tints of Old Lavender #725B71

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.62%

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

R = 35.85%
G = 28.62%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#725B71 (or 0x725B71) is known color: Old Lavender. HEX triplet: 72, 5B and 71. RGB value is (114,91,113). Sum of RGB (Red+Green+Blue) = 114+91+113=318 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.85% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 114 - color contains mainly: red. Hex color #725B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725B71 is #8DA48E. Grayscale: #646464. Windows color (decimal): -9282703 or 7428978. OLE color: 7428978.

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

Color convert

RGB 114 91 113 -
CMYK 0 0.20 0.01 0.55
HSL 302.61º 0.11% 0.4% -
HSV(B) 302.61º 0.2% 0.45% -
XYZ 13.66 12.25 17.27 -
YUV 100.39 135.12 137.71 -
System Red Green Blue C M Y K H S L
Decimal 114 91 113 0 0.20 0.01 0.55 302.61 0.11 0.4
Hex 72 5B 71 0 14 1 37 12F B 28
Octal 162 133 161 0 24 1 67 457 13 50
Binary 1110010 1011011 1110001 0 10100 1 110111 100101111 1011 101000

Color Harmonies of #725B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725B71

Black with #725B71

Text Example


Text Example

White with #725B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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