Html Css Color HEX #727172 Old Lavender

📋 copy color: '#727172'

red 114 ◦ green 113 ◦ blue 114

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

Shades of Old Lavender #727172

Tints of Old Lavender #727172

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.14%

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

R = 33.43%
G = 33.14%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#727172 (or 0x727172) is known color: Old Lavender. HEX triplet: 72, 71 and 72. RGB value is (114,113,114). Sum of RGB (Red+Green+Blue) = 114+113+114=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #727172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727172 is #8D8E8D. Grayscale: #717171. Windows color (decimal): -9277070 or 7500146. OLE color: 7500146.

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

Color convert

RGB 114 113 114 -
CMYK 0 0.01 0 0.55
HSL 300º 0% 0.45% -
HSV(B) 300º 0.01% 0.45% -
XYZ 15.88 16.6 18.29 -
YUV 113.41 128.33 128.42 -
System Red Green Blue C M Y K H S L
Decimal 114 113 114 0 0.01 0 0.55 300 0 0.45
Hex 72 71 72 0 1 0 37 12C 0 2D
Octal 162 161 162 0 1 0 67 454 0 55
Binary 1110010 1110001 1110010 0 1 0 110111 100101100 0 101101

Color Harmonies of #727172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727172

Black with #727172

Text Example


Text Example

White with #727172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727172; }

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

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

background-color css

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

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

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

border-color css

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

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

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