Html Css Color HEX #726C71 Old Lavender

📋 copy color: '#726C71'

red 114 ◦ green 108 ◦ blue 113

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

Shades of Old Lavender #726C71

Tints of Old Lavender #726C71

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.24%

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

R = 34.03%
G = 32.24%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#726C71 (or 0x726C71) is known color: Old Lavender. HEX triplet: 72, 6C and 71. RGB value is (114,108,113). Sum of RGB (Red+Green+Blue) = 114+108+113=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 114 - color contains mainly: red. Hex color #726C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726C71 is #8D938E. Grayscale: #6E6E6E. Windows color (decimal): -9278351 or 7433330. OLE color: 7433330.

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

Color convert

RGB 114 108 113 -
CMYK 0 0.05 0.01 0.55
HSL 310º 0.03% 0.44% -
HSV(B) 310º 0.05% 0.45% -
XYZ 15.28 15.49 17.81 -
YUV 110.36 129.49 130.59 -
System Red Green Blue C M Y K H S L
Decimal 114 108 113 0 0.05 0.01 0.55 310 0.03 0.44
Hex 72 6C 71 0 5 1 37 136 3 2C
Octal 162 154 161 0 5 1 67 466 3 54
Binary 1110010 1101100 1110001 0 101 1 110111 100110110 11 101100

Color Harmonies of #726C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726C71

Black with #726C71

Text Example


Text Example

White with #726C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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