#756F8C

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

Shades of Kimberly #756F8C

Tints of Kimberly #756F8C

Color information

#756F8C (or 0x756F8C) is unknown color: approx Kimberly. HEX triplet: 75, 6F and 8C. RGB value is (117,111,140). Sum of RGB (Red+Green+Blue) = 117+111+140=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 140 - color contains mainly: blue. Hex color #756F8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756F8C is #8A9073. Grayscale: #737373. Windows color (decimal): -9080948 or 9203573. OLE color: 9203573.

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

Color convert

RGB117111140-
CMYK0.160.2100.45
HSL252.41º11.55%49.22%-
HSV(B)252.41º20.71%54.9%-
XYZ17.7517.0427.17-
YUV116.1141.49128.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.79%
GREEN value IS 111 (43.75% from 255) = 30.16%
BLUE value IS 140 (55.08% from 255) = 38.04%
R=31.79%
G=30.16%
B=38.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171111400.160.2100.45252.4111.5549.22
Hex756F8C101502Dfcc31
Octal16515721420250553741461
Binary111010111011111000110010000101010101101111111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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