Html Css Color HEX #726072 Old Lavender

📋 copy color: '#726072'

red 114 ◦ green 96 ◦ blue 114

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

Shades of Old Lavender #726072

Tints of Old Lavender #726072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.63%

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

R = 35.19%
G = 29.63%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#726072 (or 0x726072) is known color: Old Lavender. HEX triplet: 72, 60 and 72. RGB value is (114,96,114). Sum of RGB (Red+Green+Blue) = 114+96+114=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #726072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726072 is #8D9F8D. Grayscale: #676767. Windows color (decimal): -9281422 or 7495794. OLE color: 7495794.

HSL color Cylindrical-coordinate representation of color #726072: 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.16%. Process color model (Four color, CMYK) of #726072 is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 96 114 -
CMYK 0 0.16 0 0.55
HSL 300º 0.09% 0.41% -
HSV(B) 300º 0.16% 0.45% -
XYZ 14.16 13.16 17.71 -
YUV 103.43 133.96 135.54 -
System Red Green Blue C M Y K H S L
Decimal 114 96 114 0 0.16 0 0.55 300 0.09 0.41
Hex 72 60 72 0 10 0 37 12C 9 29
Octal 162 140 162 0 20 0 67 454 11 51
Binary 1110010 1100000 1110010 0 10000 0 110111 100101100 1001 101001

Color Harmonies of #726072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726072

Black with #726072

Text Example


Text Example

White with #726072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726072; }

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

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

background-color css

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

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

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

border-color css

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

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

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