#726B87

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

Shades of Kimberly #726B87

Tints of Kimberly #726B87

Color information

#726B87 (or 0x726B87) is unknown color: approx Kimberly. HEX triplet: 72, 6B and 87. RGB value is (114,107,135). Sum of RGB (Red+Green+Blue) = 114+107+135=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 135 (53.12% from 255 or 37.92% from 356); Max value from RGB is 135 - color contains mainly: blue. Hex color #726B87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726B87 is #8D9478. Grayscale: #707070. Windows color (decimal): -9278585 or 8874866. OLE color: 8874866.

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

Color convert

RGB114107135-
CMYK0.160.2100.47
HSL255º11.57%47.45%-
HSV(B)255º20.74%52.94%-
XYZ16.5715.8425.11-
YUV112.28140.82129.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.02%
GREEN value IS 107 (42.19% from 255) = 30.06%
BLUE value IS 135 (53.12% from 255) = 37.92%
R=32.02%
G=30.06%
B=37.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1141071350.160.2100.4725511.5747.45
Hex726B87101502Fffc2f
Octal16215320720250573771457
Binary111001011010111000011110000101010101111111111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726B87; }

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

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

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

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

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

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

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

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