#726089

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

Shades of Kimberly #726089

Tints of Kimberly #726089

Color information

#726089 (or 0x726089) is unknown color: approx Kimberly. HEX triplet: 72, 60 and 89. RGB value is (114,96,137). Sum of RGB (Red+Green+Blue) = 114+96+137=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 137 (53.91% from 255 or 39.48% from 347); Max value from RGB is 137 - color contains mainly: blue. Hex color #726089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726089 is #8D9F76. Grayscale: #696969. Windows color (decimal): -9281399 or 9003122. OLE color: 9003122.

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

Color convert

RGB11496137-
CMYK0.170.3000.46
HSL266.34º17.6%45.69%-
HSV(B)266.34º29.93%53.73%-
XYZ15.6413.7525.5-
YUV106.06145.46133.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.85%
GREEN value IS 96 (37.89% from 255) = 27.67%
BLUE value IS 137 (53.91% from 255) = 39.48%
R=32.85%
G=27.67%
B=39.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal114961370.170.3000.46266.3417.645.69
Hex726089111E02E10a122e
Octal16214021121360564122256
Binary11100101100000100010011000111110010111010000101010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726089; }

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

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

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

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

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

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

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

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