#757188

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

Shades of Kimberly #757188

Tints of Kimberly #757188

Color information

#757188 (or 0x757188) is unknown color: approx Kimberly. HEX triplet: 75, 71 and 88. RGB value is (117,113,136). Sum of RGB (Red+Green+Blue) = 117+113+136=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 136 (53.52% from 255 or 37.16% from 366); Max value from RGB is 136 - color contains mainly: blue. Hex color #757188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757188 is #8A8E77. Grayscale: #747474. Windows color (decimal): -9080440 or 8941941. OLE color: 8941941.

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

Color convert

RGB117113136-
CMYK0.140.1700.47
HSL250.43º9.24%48.82%-
HSV(B)250.43º16.91%53.33%-
XYZ17.6917.3725.71-
YUV116.82138.83128.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.97%
GREEN value IS 113 (44.53% from 255) = 30.87%
BLUE value IS 136 (53.52% from 255) = 37.16%
R=31.97%
G=30.87%
B=37.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1171131360.140.1700.47250.439.2448.82
Hex757188E1102Ffa931
Octal16516121016210573721161
Binary11101011110001100010001110100010101111111110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757188; }

 p { color: rgb(117,113,136); }

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

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

 a { background-color: rgb(117,113,136); }

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

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

 span { border-color: rgb(117,113,136); }

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