Html Css Color HEX #725F72 Old Lavender

📋 copy color: '#725F72'

red 114 ◦ green 95 ◦ blue 114

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

Shades of Old Lavender #725F72

Tints of Old Lavender #725F72

RGB

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

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

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

R = 35.29%
G = 29.41%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#725F72 (or 0x725F72) is known color: Old Lavender. HEX triplet: 72, 5F and 72. RGB value is (114,95,114). Sum of RGB (Red+Green+Blue) = 114+95+114=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #725F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725F72 is #8DA08D. Grayscale: #666666. Windows color (decimal): -9281678 or 7495538. OLE color: 7495538.

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

Color convert

RGB 114 95 114 -
CMYK 0 0.17 0 0.55
HSL 300º 0.09% 0.41% -
HSV(B) 300º 0.17% 0.45% -
XYZ 14.07 12.98 17.68 -
YUV 102.85 134.29 135.96 -
System Red Green Blue C M Y K H S L
Decimal 114 95 114 0 0.17 0 0.55 300 0.09 0.41
Hex 72 5F 72 0 11 0 37 12C 9 29
Octal 162 137 162 0 21 0 67 454 11 51
Binary 1110010 1011111 1110010 0 10001 0 110111 100101100 1001 101001

Color Harmonies of #725F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725F72

Black with #725F72

Text Example


Text Example

White with #725F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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