Html Css Color HEX #725872 Old Lavender

📋 copy color: '#725872'

red 114 ◦ green 88 ◦ blue 114

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

Shades of Old Lavender #725872

Tints of Old Lavender #725872

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.85%

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

R = 36.08%
G = 27.85%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#725872 (or 0x725872) is known color: Old Lavender. HEX triplet: 72, 58 and 72. RGB value is (114,88,114). Sum of RGB (Red+Green+Blue) = 114+88+114=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #725872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725872 is #8DA78D. Grayscale: #626262. Windows color (decimal): -9283470 or 7493746. OLE color: 7493746.

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

Color convert

RGB 114 88 114 -
CMYK 0 0.23 0 0.55
HSL 300º 0.13% 0.4% -
HSV(B) 300º 0.23% 0.45% -
XYZ 13.47 11.77 17.48 -
YUV 98.74 136.61 138.89 -
System Red Green Blue C M Y K H S L
Decimal 114 88 114 0 0.23 0 0.55 300 0.13 0.4
Hex 72 58 72 0 17 0 37 12C D 28
Octal 162 130 162 0 27 0 67 454 15 50
Binary 1110010 1011000 1110010 0 10111 0 110111 100101100 1101 101000

Color Harmonies of #725872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725872

Black with #725872

Text Example


Text Example

White with #725872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725872; }

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

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

background-color css

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

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

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

border-color css

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

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

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