#726086

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

Shades of Kimberly #726086

Tints of Kimberly #726086

Color information

#726086 (or 0x726086) is unknown color: approx Kimberly. HEX triplet: 72, 60 and 86. RGB value is (114,96,134). Sum of RGB (Red+Green+Blue) = 114+96+134=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 134 - color contains mainly: blue. Hex color #726086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726086 is #8D9F79. Grayscale: #696969. Windows color (decimal): -9281402 or 8806514. OLE color: 8806514.

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

Color convert

RGB11496134-
CMYK0.150.2800.47
HSL268.42º16.52%45.1%-
HSV(B)268.42º28.36%52.55%-
XYZ15.4313.6624.38-
YUV105.71143.96133.91-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.14%
GREEN value IS 96 (37.89% from 255) = 27.91%
BLUE value IS 134 (52.73% from 255) = 38.95%
R=33.14%
G=27.91%
B=38.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114961340.150.2800.47268.4216.5245.1
Hex726086F1C02F10c112d
Octal16214020617340574142155
Binary1110010110000010000110111111100010111110000110010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726086; }

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

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

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

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

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

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

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

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