#756C85

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

Shades of Kimberly #756C85

Tints of Kimberly #756C85

Color information

#756C85 (or 0x756C85) is unknown color: approx Kimberly. HEX triplet: 75, 6C and 85. RGB value is (117,108,133). Sum of RGB (Red+Green+Blue) = 117+108+133=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 133 - color contains mainly: blue. Hex color #756C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756C85 is #8A937A. Grayscale: #717171. Windows color (decimal): -9081723 or 8744053. OLE color: 8744053.

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

Color convert

RGB117108133-
CMYK0.120.1900.48
HSL261.6º10.37%47.25%-
HSV(B)261.6º18.8%52.16%-
XYZ16.9316.224.42-
YUV113.54138.98130.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.68%
GREEN value IS 108 (42.58% from 255) = 30.17%
BLUE value IS 133 (52.34% from 255) = 37.15%
R=32.68%
G=30.17%
B=37.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1171081330.120.1900.48261.610.3747.25
Hex756C85C13030106a2f
Octal16515420514230604061257
Binary111010111011001000010111001001101100001000001101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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