#757087

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

Shades of Kimberly #757087

Tints of Kimberly #757087

Color information

#757087 (or 0x757087) is unknown color: approx Kimberly. HEX triplet: 75, 70 and 87. RGB value is (117,112,135). Sum of RGB (Red+Green+Blue) = 117+112+135=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 135 (53.12% from 255 or 37.09% from 364); Max value from RGB is 135 - color contains mainly: blue. Hex color #757087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757087 is #8A8F78. Grayscale: #747474. Windows color (decimal): -9080697 or 8876149. OLE color: 8876149.

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

Color convert

RGB117112135-
CMYK0.130.1700.47
HSL253.04º9.31%48.43%-
HSV(B)253.04º17.04%52.94%-
XYZ17.517.1225.3-
YUV116.12138.66128.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.14%
GREEN value IS 112 (44.14% from 255) = 30.77%
BLUE value IS 135 (53.12% from 255) = 37.09%
R=32.14%
G=30.77%
B=37.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1171121350.130.1700.47253.049.3148.43
Hex757087D1102Ffd930
Octal16516020715210573751160
Binary11101011110000100001111101100010101111111111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757087; }

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

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

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

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

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

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

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

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