#756B8B

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

Shades of Kimberly #756B8B

Tints of Kimberly #756B8B

Color information

#756B8B (or 0x756B8B) is unknown color: approx Kimberly. HEX triplet: 75, 6B and 8B. RGB value is (117,107,139). Sum of RGB (Red+Green+Blue) = 117+107+139=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 139 - color contains mainly: blue. Hex color #756B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756B8B is #8A9474. Grayscale: #717171. Windows color (decimal): -9081973 or 9137013. OLE color: 9137013.

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

Color convert

RGB117107139-
CMYK0.160.2300.45
HSL258.75º13.01%48.24%-
HSV(B)258.75º23.02%54.51%-
XYZ17.2516.1626.64-
YUV113.64142.31130.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.23%
GREEN value IS 107 (42.19% from 255) = 29.48%
BLUE value IS 139 (54.69% from 255) = 38.29%
R=32.23%
G=29.48%
B=38.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171071390.160.2300.45258.7513.0148.24
Hex756B8B101702D103d30
Octal16515321320270554031560
Binary1110101110101110001011100001011101011011000000111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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