#726889

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

Shades of Kimberly #726889

Tints of Kimberly #726889

Color information

#726889 (or 0x726889) is unknown color: approx Kimberly. HEX triplet: 72, 68 and 89. RGB value is (114,104,137). Sum of RGB (Red+Green+Blue) = 114+104+137=355 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.11% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 137 - color contains mainly: blue. Hex color #726889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726889 is #8D9776. Grayscale: #6E6E6E. Windows color (decimal): -9279351 or 9005170. OLE color: 9005170.

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

Color convert

RGB114104137-
CMYK0.170.2400.46
HSL258.18º13.69%47.25%-
HSV(B)258.18º24.09%53.73%-
XYZ16.4115.2825.75-
YUV110.75142.81130.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.11%
GREEN value IS 104 (41.02% from 255) = 29.30%
BLUE value IS 137 (53.91% from 255) = 38.59%
R=32.11%
G=29.30%
B=38.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1141041370.170.2400.46258.1813.6947.25
Hex726889111802E102e2f
Octal16215021121300564021657
Binary1110010110100010001001100011100001011101000000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726889; }

 p { color: rgb(114,104,137); }

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

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

 a { background-color: rgb(114,104,137); }

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

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

 span { border-color: rgb(114,104,137); }

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