Html Css Color HEX #725672 Old Lavender

📋 copy color: '#725672'

red 114 ◦ green 86 ◦ blue 114

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

Shades of Old Lavender #725672

Tints of Old Lavender #725672

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.39%

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

R = 36.31%
G = 27.39%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#725672 (or 0x725672) is known color: Old Lavender. HEX triplet: 72, 56 and 72. RGB value is (114,86,114). Sum of RGB (Red+Green+Blue) = 114+86+114=314 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.31% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #725672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725672 is #8DA98D. Grayscale: #616161. Windows color (decimal): -9283982 or 7493234. OLE color: 7493234.

HSL color Cylindrical-coordinate representation of color #725672: hue angle of 300º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #725672 is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 86 114 -
CMYK 0 0.25 0 0.55
HSL 300º 0.14% 0.39% -
HSV(B) 300º 0.25% 0.45% -
XYZ 13.3 11.45 17.43 -
YUV 97.56 137.28 139.72 -
System Red Green Blue C M Y K H S L
Decimal 114 86 114 0 0.25 0 0.55 300 0.14 0.39
Hex 72 56 72 0 19 0 37 12C E 27
Octal 162 126 162 0 31 0 67 454 16 47
Binary 1110010 1010110 1110010 0 11001 0 110111 100101100 1110 100111

Color Harmonies of #725672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725672

Black with #725672

Text Example


Text Example

White with #725672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725672; }

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

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

background-color css

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

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

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

border-color css

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

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

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