Html Css Color HEX #726271 Old Lavender

📋 copy color: '#726271'

red 114 ◦ green 98 ◦ blue 113

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

Shades of Old Lavender #726271

Tints of Old Lavender #726271

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.15%

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

R = 35.08%
G = 30.15%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#726271 (or 0x726271) is known color: Old Lavender. HEX triplet: 72, 62 and 71. RGB value is (114,98,113). Sum of RGB (Red+Green+Blue) = 114+98+113=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 114 - color contains mainly: red. Hex color #726271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726271 is #8D9D8E. Grayscale: #686868. Windows color (decimal): -9280911 or 7430770. OLE color: 7430770.

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

Color convert

RGB 114 98 113 -
CMYK 0 0.14 0.01 0.55
HSL 303.75º 0.08% 0.42% -
HSV(B) 303.75º 0.14% 0.45% -
XYZ 14.29 13.51 17.48 -
YUV 104.49 132.8 134.78 -
System Red Green Blue C M Y K H S L
Decimal 114 98 113 0 0.14 0.01 0.55 303.75 0.08 0.42
Hex 72 62 71 0 E 1 37 130 8 2A
Octal 162 142 161 0 16 1 67 460 10 52
Binary 1110010 1100010 1110001 0 1110 1 110111 100110000 1000 101010

Color Harmonies of #726271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726271

Black with #726271

Text Example


Text Example

White with #726271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726271; }

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

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

background-color css

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

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

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

border-color css

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

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

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