Html Css Color HEX #726272 Old Lavender

📋 copy color: '#726272'

red 114 ◦ green 98 ◦ blue 114

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

Shades of Old Lavender #726272

Tints of Old Lavender #726272

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.06%

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

R = 34.97%
G = 30.06%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#726272 (or 0x726272) is known color: Old Lavender. HEX triplet: 72, 62 and 72. RGB value is (114,98,114). Sum of RGB (Red+Green+Blue) = 114+98+114=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #726272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726272 is #8D9D8D. Grayscale: #686868. Windows color (decimal): -9280910 or 7496306. OLE color: 7496306.

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

Color convert

RGB 114 98 114 -
CMYK 0 0.14 0 0.55
HSL 300º 0.08% 0.42% -
HSV(B) 300º 0.14% 0.45% -
XYZ 14.34 13.53 17.77 -
YUV 104.61 133.3 134.7 -
System Red Green Blue C M Y K H S L
Decimal 114 98 114 0 0.14 0 0.55 300 0.08 0.42
Hex 72 62 72 0 E 0 37 12C 8 2A
Octal 162 142 162 0 16 0 67 454 10 52
Binary 1110010 1100010 1110010 0 1110 0 110111 100101100 1000 101010

Color Harmonies of #726272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726272

Black with #726272

Text Example


Text Example

White with #726272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726272; }

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

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

background-color css

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

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

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

border-color css

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

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

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