#726987

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

Shades of Kimberly #726987

Tints of Kimberly #726987

Color information

#726987 (or 0x726987) is unknown color: approx Kimberly. HEX triplet: 72, 69 and 87. RGB value is (114,105,135). Sum of RGB (Red+Green+Blue) = 114+105+135=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 135 (53.12% from 255 or 38.14% from 354); Max value from RGB is 135 - color contains mainly: blue. Hex color #726987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726987 is #8D9678. Grayscale: #6E6E6E. Windows color (decimal): -9279097 or 8874354. OLE color: 8874354.

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

Color convert

RGB114105135-
CMYK0.160.2200.47
HSL258º12.5%47.06%-
HSV(B)258º22.22%52.94%-
XYZ16.3615.4325.04-
YUV111.11141.48130.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.20%
GREEN value IS 105 (41.41% from 255) = 29.66%
BLUE value IS 135 (53.12% from 255) = 38.14%
R=32.20%
G=29.66%
B=38.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1141051350.160.2200.4725812.547.06
Hex726987101602F102c2f
Octal16215120720260574021457
Binary1110010110100110000111100001011001011111000000101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726987; }

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

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

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

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

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

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

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

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