#726188

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

Shades of Kimberly #726188

Tints of Kimberly #726188

Color information

#726188 (or 0x726188) is unknown color: approx Kimberly. HEX triplet: 72, 61 and 88. RGB value is (114,97,136). Sum of RGB (Red+Green+Blue) = 114+97+136=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 136 - color contains mainly: blue. Hex color #726188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726188 is #8D9E77. Grayscale: #6A6A6A. Windows color (decimal): -9281144 or 8937842. OLE color: 8937842.

HSL color Cylindrical-coordinate representation of color #726188: hue angle of 266.15º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #726188 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11497136-
CMYK0.160.2900.47
HSL266.15º16.74%45.69%-
HSV(B)266.15º28.68%53.33%-
XYZ15.6613.925.15-
YUV106.53144.63133.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.85%
GREEN value IS 97 (38.28% from 255) = 27.95%
BLUE value IS 136 (53.52% from 255) = 39.19%
R=32.85%
G=27.95%
B=39.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114971360.160.2900.47266.1516.7445.69
Hex726188101D02F10a112e
Octal16214121020350574122156
Binary11100101100001100010001000011101010111110000101010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726188; }

 p { color: rgb(114,97,136); }

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

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

 a { background-color: rgb(114,97,136); }

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

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

 span { border-color: rgb(114,97,136); }

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