Html Css Color HEX #757087 Kimberly

📋 copy color: '#757087'

red 117 ◦ green 112 ◦ blue 135

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

Shades of Kimberly #757087

Tints of Kimberly #757087

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.13% from 255) = 37.09%

R = 32.14%
G = 30.77%
B = 37.09%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

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

RGB 117 112 135 -
CMYK 0.13 0.17 0 0.47
HSL 253.04º 0.09% 0.48% -
HSV(B) 253.04º 0.17% 0.53% -
XYZ 17.5 17.12 25.3 -
YUV 116.12 138.66 128.63 -
System Red Green Blue C M Y K H S L
Decimal 117 112 135 0.13 0.17 0 0.47 253.04 0.09 0.48
Hex 75 70 87 D 11 0 2F FD 9 30
Octal 165 160 207 15 21 0 57 375 11 60
Binary 1110101 1110000 10000111 1101 10001 0 101111 11111101 1001 110000

Color Harmonies of #757087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757087

Black with #757087

Text Example


Text Example

White with #757087

Text Example


Text Example

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