#756D8C

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

Shades of Kimberly #756D8C

Tints of Kimberly #756D8C

Color information

#756D8C (or 0x756D8C) is unknown color: approx Kimberly. HEX triplet: 75, 6D and 8C. RGB value is (117,109,140). Sum of RGB (Red+Green+Blue) = 117+109+140=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 140 - color contains mainly: blue. Hex color #756D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756D8C is #8A9273. Grayscale: #727272. Windows color (decimal): -9081460 or 9203061. OLE color: 9203061.

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

Color convert

RGB117109140-
CMYK0.160.2200.45
HSL255.48º12.45%48.82%-
HSV(B)255.48º22.14%54.9%-
XYZ17.5416.6127.09-
YUV114.93142.15129.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.97%
GREEN value IS 109 (42.97% from 255) = 29.78%
BLUE value IS 140 (55.08% from 255) = 38.25%
R=31.97%
G=29.78%
B=38.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171091400.160.2200.45255.4812.4548.82
Hex756D8C101602Dffc31
Octal16515521420260553771461
Binary111010111011011000110010000101100101101111111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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