Html Css Color HEX #726071 Old Lavender

📋 copy color: '#726071'

red 114 ◦ green 96 ◦ blue 113

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

Shades of Old Lavender #726071

Tints of Old Lavender #726071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.72%

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

R = 35.29%
G = 29.72%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#726071 (or 0x726071) is known color: Old Lavender. HEX triplet: 72, 60 and 71. RGB value is (114,96,113). Sum of RGB (Red+Green+Blue) = 114+96+113=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 114 - color contains mainly: red. Hex color #726071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726071 is #8D9F8E. Grayscale: #676767. Windows color (decimal): -9281423 or 7430258. OLE color: 7430258.

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

Color convert

RGB 114 96 113 -
CMYK 0 0.16 0.01 0.55
HSL 303.33º 0.09% 0.41% -
HSV(B) 303.33º 0.16% 0.45% -
XYZ 14.1 13.14 17.41 -
YUV 103.32 133.46 135.62 -
System Red Green Blue C M Y K H S L
Decimal 114 96 113 0 0.16 0.01 0.55 303.33 0.09 0.41
Hex 72 60 71 0 10 1 37 12F 9 29
Octal 162 140 161 0 20 1 67 457 11 51
Binary 1110010 1100000 1110001 0 10000 1 110111 100101111 1001 101001

Color Harmonies of #726071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726071

Black with #726071

Text Example


Text Example

White with #726071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726071; }

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

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

background-color css

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

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

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

border-color css

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

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

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