#756F87

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

Shades of Kimberly #756F87

Tints of Kimberly #756F87

Color information

#756F87 (or 0x756F87) is unknown color: approx Kimberly. HEX triplet: 75, 6F and 87. RGB value is (117,111,135). Sum of RGB (Red+Green+Blue) = 117+111+135=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 135 - color contains mainly: blue. Hex color #756F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756F87 is #8A9078. Grayscale: #737373. Windows color (decimal): -9080953 or 8875893. OLE color: 8875893.

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

Color convert

RGB117111135-
CMYK0.130.1800.47
HSL255º9.76%48.24%-
HSV(B)255º17.78%52.94%-
XYZ17.3916.925.27-
YUV115.53138.99129.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.23%
GREEN value IS 111 (43.75% from 255) = 30.58%
BLUE value IS 135 (53.12% from 255) = 37.19%
R=32.23%
G=30.58%
B=37.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1171111350.130.1800.472559.7648.24
Hex756F87D1202Fffa30
Octal16515720715220573771260
Binary11101011101111100001111101100100101111111111111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756F87; }

 p { color: rgb(117,111,135); }

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

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

 a { background-color: rgb(117,111,135); }

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

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

 span { border-color: rgb(117,111,135); }

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