#756D85

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

Shades of Kimberly #756D85

Tints of Kimberly #756D85

Color information

#756D85 (or 0x756D85) is unknown color: approx Kimberly. HEX triplet: 75, 6D and 85. RGB value is (117,109,133). Sum of RGB (Red+Green+Blue) = 117+109+133=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 133 - color contains mainly: blue. Hex color #756D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756D85 is #8A927A. Grayscale: #727272. Windows color (decimal): -9081467 or 8744309. OLE color: 8744309.

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

Color convert

RGB117109133-
CMYK0.120.1800.48
HSL260º9.92%47.45%-
HSV(B)260º18.05%52.16%-
XYZ17.0416.4124.46-
YUV114.13138.65130.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.59%
GREEN value IS 109 (42.97% from 255) = 30.36%
BLUE value IS 133 (52.34% from 255) = 37.05%
R=32.59%
G=30.36%
B=37.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1171091330.120.1800.482609.9247.45
Hex756D85C12030104a2f
Octal16515520514220604041257
Binary111010111011011000010111001001001100001000001001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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