#756C8E

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

Shades of Kimberly #756C8E

Tints of Kimberly #756C8E

Color information

#756C8E (or 0x756C8E) is unknown color: approx Kimberly. HEX triplet: 75, 6C and 8E. RGB value is (117,108,142). Sum of RGB (Red+Green+Blue) = 117+108+142=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 142 - color contains mainly: blue. Hex color #756C8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756C8E is #8A9371. Grayscale: #727272. Windows color (decimal): -9081714 or 9333877. OLE color: 9333877.

HSL color Cylindrical-coordinate representation of color #756C8E: hue angle of 255.88º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #756C8E is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB117108142-
CMYK0.180.2400.44
HSL255.88º13.6%49.02%-
HSV(B)255.88º23.94%55.69%-
XYZ17.5816.4627.84-
YUV114.57143.48129.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.88%
GREEN value IS 108 (42.58% from 255) = 29.43%
BLUE value IS 142 (55.86% from 255) = 38.69%
R=31.88%
G=29.43%
B=38.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1171081420.180.2400.44255.8813.649.02
Hex756C8E121802C100e31
Octal16515421622300544001661
Binary1110101110110010001110100101100001011001000000001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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