#726887

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

Shades of Kimberly #726887

Tints of Kimberly #726887

Color information

#726887 (or 0x726887) is unknown color: approx Kimberly. HEX triplet: 72, 68 and 87. RGB value is (114,104,135). Sum of RGB (Red+Green+Blue) = 114+104+135=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 135 (53.12% from 255 or 38.24% from 353); Max value from RGB is 135 - color contains mainly: blue. Hex color #726887 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726887 is #8D9778. Grayscale: #6E6E6E. Windows color (decimal): -9279353 or 8874098. OLE color: 8874098.

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

Color convert

RGB114104135-
CMYK0.160.2300.47
HSL259.35º12.97%46.86%-
HSV(B)259.35º22.96%52.94%-
XYZ16.2615.2325-
YUV110.52141.81130.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.29%
GREEN value IS 104 (41.02% from 255) = 29.46%
BLUE value IS 135 (53.12% from 255) = 38.24%
R=32.29%
G=29.46%
B=38.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1141041350.160.2300.47259.3512.9746.86
Hex726887101702F103d2f
Octal16215020720270574031557
Binary1110010110100010000111100001011101011111000000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726887; }

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

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

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

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

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

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

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

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