#726687

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

Shades of Kimberly #726687

Tints of Kimberly #726687

Color information

#726687 (or 0x726687) is unknown color: approx Kimberly. HEX triplet: 72, 66 and 87. RGB value is (114,102,135). Sum of RGB (Red+Green+Blue) = 114+102+135=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 135 (53.12% from 255 or 38.46% from 351); Max value from RGB is 135 - color contains mainly: blue. Hex color #726687 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726687 is #8D9978. Grayscale: #6D6D6D. Windows color (decimal): -9279865 or 8873586. OLE color: 8873586.

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

Color convert

RGB114102135-
CMYK0.160.2400.47
HSL261.82º13.92%46.47%-
HSV(B)261.82º24.44%52.94%-
XYZ16.0614.8324.94-
YUV109.35142.48131.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.48%
GREEN value IS 102 (40.23% from 255) = 29.06%
BLUE value IS 135 (53.12% from 255) = 38.46%
R=32.48%
G=29.06%
B=38.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1141021350.160.2400.47261.8213.9246.47
Hex726687101802F106e2e
Octal16214620720300574061656
Binary1110010110011010000111100001100001011111000001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726687; }

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

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

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

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

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

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

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

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