#726989

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

Shades of Kimberly #726989

Tints of Kimberly #726989

Color information

#726989 (or 0x726989) is unknown color: approx Kimberly. HEX triplet: 72, 69 and 89. RGB value is (114,105,137). Sum of RGB (Red+Green+Blue) = 114+105+137=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 137 - color contains mainly: blue. Hex color #726989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726989 is #8D9676. Grayscale: #6F6F6F. Windows color (decimal): -9279095 or 9005426. OLE color: 9005426.

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

Color convert

RGB114105137-
CMYK0.170.2300.46
HSL256.88º13.22%47.45%-
HSV(B)256.88º23.36%53.73%-
XYZ16.5115.4925.79-
YUV111.34142.48129.9-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.02%
GREEN value IS 105 (41.41% from 255) = 29.49%
BLUE value IS 137 (53.91% from 255) = 38.48%
R=32.02%
G=29.49%
B=38.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1141051370.170.2300.46256.8813.2247.45
Hex726989111702E101d2f
Octal16215121121270564011557
Binary1110010110100110001001100011011101011101000000011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726989; }

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

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

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

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

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

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

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

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