Html Css Color HEX #726971 Old Lavender

📋 copy color: '#726971'

red 114 ◦ green 105 ◦ blue 113

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

Shades of Old Lavender #726971

Tints of Old Lavender #726971

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.63%

 BLUE value IS 113 (44.53% from 255) = 34.04%

R = 34.34%
G = 31.63%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#726971 (or 0x726971) is known color: Old Lavender. HEX triplet: 72, 69 and 71. RGB value is (114,105,113). Sum of RGB (Red+Green+Blue) = 114+105+113=332 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.34% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 114 - color contains mainly: red. Hex color #726971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726971 is #8D968E. Grayscale: #6C6C6C. Windows color (decimal): -9279119 or 7432562. OLE color: 7432562.

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

Color convert

RGB 114 105 113 -
CMYK 0 0.08 0.01 0.55
HSL 306.67º 0.04% 0.43% -
HSV(B) 306.67º 0.08% 0.45% -
XYZ 14.97 14.87 17.7 -
YUV 108.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 114 105 113 0 0.08 0.01 0.55 306.67 0.04 0.43
Hex 72 69 71 0 8 1 37 133 4 2B
Octal 162 151 161 0 10 1 67 463 4 53
Binary 1110010 1101001 1110001 0 1000 1 110111 100110011 100 101011

Color Harmonies of #726971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726971

Black with #726971

Text Example


Text Example

White with #726971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726971; }

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

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

background-color css

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

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

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

border-color css

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

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

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