Html Css Color HEX #725B73 Old Lavender

📋 copy color: '#725B73'

red 114 ◦ green 91 ◦ blue 115

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

Shades of Old Lavender #725B73

Tints of Old Lavender #725B73

RGB

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

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

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

R = 35.63%
G = 28.44%
B = 35.94%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#725B73 (or 0x725B73) is known color: Old Lavender. HEX triplet: 72, 5B and 73. RGB value is (114,91,115). Sum of RGB (Red+Green+Blue) = 114+91+115=320 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.62% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 115 - color contains mainly: blue. Hex color #725B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725B73 is #8DA48C. Grayscale: #646464. Windows color (decimal): -9282701 or 7560050. OLE color: 7560050.

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

Color convert

RGB 114 91 115 -
CMYK 0.01 0.21 0 0.55
HSL 297.5º 0.12% 0.4% -
HSV(B) 297.5º 0.21% 0.45% -
XYZ 13.78 12.3 17.87 -
YUV 100.61 136.12 137.55 -
System Red Green Blue C M Y K H S L
Decimal 114 91 115 0.01 0.21 0 0.55 297.5 0.12 0.4
Hex 72 5B 73 1 15 0 37 12A C 28
Octal 162 133 163 1 25 0 67 452 14 50
Binary 1110010 1011011 1110011 1 10101 0 110111 100101010 1100 101000

Color Harmonies of #725B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725B73

Black with #725B73

Text Example


Text Example

White with #725B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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