#756B8C

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

Shades of Kimberly #756B8C

Tints of Kimberly #756B8C

Color information

#756B8C (or 0x756B8C) is unknown color: approx Kimberly. HEX triplet: 75, 6B and 8C. RGB value is (117,107,140). Sum of RGB (Red+Green+Blue) = 117+107+140=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 140 - color contains mainly: blue. Hex color #756B8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756B8C is #8A9473. Grayscale: #717171. Windows color (decimal): -9081972 or 9202549. OLE color: 9202549.

HSL color Cylindrical-coordinate representation of color #756B8C: hue angle of 258.18º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #756B8C is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB117107140-
CMYK0.160.2400.45
HSL258.18º13.36%48.43%-
HSV(B)258.18º23.57%54.9%-
XYZ17.3316.1927.02-
YUV113.75142.81130.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.14%
GREEN value IS 107 (42.19% from 255) = 29.40%
BLUE value IS 140 (55.08% from 255) = 38.46%
R=32.14%
G=29.40%
B=38.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171071400.160.2400.45258.1813.3648.43
Hex756B8C101802D102d30
Octal16515321420300554021560
Binary1110101110101110001100100001100001011011000000101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,107,140); }

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

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

 a { background-color: rgb(117,107,140); }

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

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

 span { border-color: rgb(117,107,140); }

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