Html Css Color HEX #756D87 Kimberly

📋 copy color: '#756D87'

red 117 ◦ green 109 ◦ blue 135

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

Shades of Kimberly #756D87

Tints of Kimberly #756D87

RGB

 RED value IS 117 (46.09% from 255) = 32.41%

 GREEN value IS 109 (42.97% from 255) = 30.19%

 BLUE value IS 135 (53.13% from 255) = 37.4%

R = 32.41%
G = 30.19%
B = 37.4%

CMYK

 C value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#756D87 (or 0x756D87) is known color: Kimberly. HEX triplet: 75, 6D and 87. RGB value is (117,109,135). Sum of RGB (Red+Green+Blue) = 117+109+135=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 135 - color contains mainly: blue. Hex color #756D87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756D87 is #8A9278. Grayscale: #727272. Windows color (decimal): -9081465 or 8875381. OLE color: 8875381.

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

Color convert

RGB 117 109 135 -
CMYK 0.13 0.19 0 0.47
HSL 258.46º 0.11% 0.48% -
HSV(B) 258.46º 0.19% 0.53% -
XYZ 17.18 16.47 25.2 -
YUV 114.36 139.65 129.89 -
System Red Green Blue C M Y K H S L
Decimal 117 109 135 0.13 0.19 0 0.47 258.46 0.11 0.48
Hex 75 6D 87 D 13 0 2F 102 B 30
Octal 165 155 207 15 23 0 57 402 13 60
Binary 1110101 1101101 10000111 1101 10011 0 101111 100000010 1011 110000

Color Harmonies of #756D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756D87

Black with #756D87

Text Example


Text Example

White with #756D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #756D87;
 }
 .AnyTagClassName
 {
   color: #756D87;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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