Html Css Color HEX #756C87 Kimberly

📋 copy color: '#756C87'

red 117 ◦ green 108 ◦ blue 135

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

Shades of Kimberly #756C87

Tints of Kimberly #756C87

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30%

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

R = 32.5%
G = 30%
B = 37.5%

CMYK

 C value IS 0.13

 M value IS 0.2

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#756C87 (or 0x756C87) is known color: Kimberly. HEX triplet: 75, 6C and 87. RGB value is (117,108,135). Sum of RGB (Red+Green+Blue) = 117+108+135=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 135 (53.12% from 255 or 37.5% from 360); Max value from RGB is 135 - color contains mainly: blue. Hex color #756C87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756C87 is #8A9378. Grayscale: #717171. Windows color (decimal): -9081721 or 8875125. OLE color: 8875125.

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

Color convert

RGB 117 108 135 -
CMYK 0.13 0.2 0 0.47
HSL 260º 0.11% 0.48% -
HSV(B) 260º 0.2% 0.53% -
XYZ 17.07 16.26 25.16 -
YUV 113.77 139.98 130.3 -
System Red Green Blue C M Y K H S L
Decimal 117 108 135 0.13 0.2 0 0.47 260 0.11 0.48
Hex 75 6C 87 D 14 0 2F 104 B 30
Octal 165 154 207 15 24 0 57 404 13 60
Binary 1110101 1101100 10000111 1101 10100 0 101111 100000100 1011 110000

Color Harmonies of #756C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756C87

Black with #756C87

Text Example


Text Example

White with #756C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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