Html Css Color HEX #727072 Old Lavender

📋 copy color: '#727072'

red 114 ◦ green 112 ◦ blue 114

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

Shades of Old Lavender #727072

Tints of Old Lavender #727072

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.94%

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

R = 33.53%
G = 32.94%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#727072 (or 0x727072) is known color: Old Lavender. HEX triplet: 72, 70 and 72. RGB value is (114,112,114). Sum of RGB (Red+Green+Blue) = 114+112+114=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #727072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727072 is #8D8F8D. Grayscale: #707070. Windows color (decimal): -9277326 or 7499890. OLE color: 7499890.

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

Color convert

RGB 114 112 114 -
CMYK 0 0.02 0 0.55
HSL 300º 0.01% 0.44% -
HSV(B) 300º 0.02% 0.45% -
XYZ 15.77 16.38 18.25 -
YUV 112.83 128.66 128.84 -
System Red Green Blue C M Y K H S L
Decimal 114 112 114 0 0.02 0 0.55 300 0.01 0.44
Hex 72 70 72 0 2 0 37 12C 1 2C
Octal 162 160 162 0 2 0 67 454 1 54
Binary 1110010 1110000 1110010 0 10 0 110111 100101100 1 101100

Color Harmonies of #727072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727072

Black with #727072

Text Example


Text Example

White with #727072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727072; }

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

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

background-color css

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

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

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

border-color css

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

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

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