#726C86

Color #726C86 Kimberly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kimberly #726C86

Tints of Kimberly #726C86

Color information

#726C86 (or 0x726C86) is unknown color: approx Kimberly. HEX triplet: 72, 6C and 86. RGB value is (114,108,134). Sum of RGB (Red+Green+Blue) = 114+108+134=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 134 - color contains mainly: blue. Hex color #726C86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726C86 is #8D9379. Grayscale: #707070. Windows color (decimal): -9278330 or 8809586. OLE color: 8809586.

HSL color Cylindrical-coordinate representation of color #726C86: hue angle of 253.85º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #726C86 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB114108134-
CMYK0.150.1900.47
HSL253.85º10.74%47.45%-
HSV(B)253.85º19.4%52.55%-
XYZ16.6116.0224.77-
YUV112.76139.99128.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.02%
GREEN value IS 108 (42.58% from 255) = 30.34%
BLUE value IS 134 (52.73% from 255) = 37.64%
R=32.02%
G=30.34%
B=37.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1141081340.150.1900.47253.8510.7447.45
Hex726C86F1302Ffeb2f
Octal16215420617230573761357
Binary11100101101100100001101111100110101111111111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #726C86;
 }
 .AnyTagClassName
 {
   color: #726C86;
 }
</style>
background-color css

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

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

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

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

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

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