Html Css Color HEX #757188 Kimberly

📋 copy color: '#757188'

red 117 ◦ green 113 ◦ blue 136

#757188
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kimberly #757188

Tints of Kimberly #757188

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 value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#757188 (or 0x757188) is known color: 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

RGB 117 113 136 -
CMYK 0.14 0.17 0 0.47
HSL 250.43º 0.09% 0.49% -
HSV(B) 250.43º 0.17% 0.53% -
XYZ 17.69 17.37 25.71 -
YUV 116.82 138.83 128.13 -
System Red Green Blue C M Y K H S L
Decimal 117 113 136 0.14 0.17 0 0.47 250.43 0.09 0.49
Hex 75 71 88 E 11 0 2F FA 9 31
Octal 165 161 210 16 21 0 57 372 11 61
Binary 1110101 1110001 10001000 1110 10001 0 101111 11111010 1001 110001

Color Harmonies of #757188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757188

Black with #757188

Text Example


Text Example

White with #757188

Text Example


Text Example

HTML Codes & Css Web 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>