Html Css Color HEX #726172 Old Lavender

📋 copy color: '#726172'

red 114 ◦ green 97 ◦ blue 114

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

Shades of Old Lavender #726172

Tints of Old Lavender #726172

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.85%

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

R = 35.08%
G = 29.85%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#726172 (or 0x726172) is known color: Old Lavender. HEX triplet: 72, 61 and 72. RGB value is (114,97,114). Sum of RGB (Red+Green+Blue) = 114+97+114=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #726172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726172 is #8D9E8D. Grayscale: #676767. Windows color (decimal): -9281166 or 7496050. OLE color: 7496050.

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

Color convert

RGB 114 97 114 -
CMYK 0 0.15 0 0.55
HSL 300º 0.08% 0.41% -
HSV(B) 300º 0.15% 0.45% -
XYZ 14.25 13.34 17.74 -
YUV 104.02 133.63 135.12 -
System Red Green Blue C M Y K H S L
Decimal 114 97 114 0 0.15 0 0.55 300 0.08 0.41
Hex 72 61 72 0 F 0 37 12C 8 29
Octal 162 141 162 0 17 0 67 454 10 51
Binary 1110010 1100001 1110010 0 1111 0 110111 100101100 1000 101001

Color Harmonies of #726172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726172

Black with #726172

Text Example


Text Example

White with #726172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726172; }

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

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

background-color css

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

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

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

border-color css

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

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

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