Html Css Color HEX #725873 Old Lavender

📋 copy color: '#725873'

red 114 ◦ green 88 ◦ blue 115

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

Shades of Old Lavender #725873

Tints of Old Lavender #725873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.28%

R = 35.96%
G = 27.76%
B = 36.28%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#725873 (or 0x725873) is known color: Old Lavender. HEX triplet: 72, 58 and 73. RGB value is (114,88,115). Sum of RGB (Red+Green+Blue) = 114+88+115=317 (41% of max value = 765). Red value is 114 (44.92% from 255 or 35.96% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 115 - color contains mainly: blue. Hex color #725873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725873 is #8DA78C. Grayscale: #626262. Windows color (decimal): -9283469 or 7559282. OLE color: 7559282.

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

Color convert

RGB 114 88 115 -
CMYK 0.01 0.23 0 0.55
HSL 297.78º 0.13% 0.4% -
HSV(B) 297.78º 0.23% 0.45% -
XYZ 13.52 11.79 17.78 -
YUV 98.85 137.11 138.8 -
System Red Green Blue C M Y K H S L
Decimal 114 88 115 0.01 0.23 0 0.55 297.78 0.13 0.4
Hex 72 58 73 1 17 0 37 12A D 28
Octal 162 130 163 1 27 0 67 452 15 50
Binary 1110010 1011000 1110011 1 10111 0 110111 100101010 1101 101000

Color Harmonies of #725873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725873

Black with #725873

Text Example


Text Example

White with #725873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725873; }

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

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

background-color css

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

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

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

border-color css

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

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

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