#756891

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

Shades of Kimberly #756891

Tints of Kimberly #756891

Color information

#756891 (or 0x756891) is unknown color: approx Kimberly. HEX triplet: 75, 68 and 91. RGB value is (117,104,145). Sum of RGB (Red+Green+Blue) = 117+104+145=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 145 (57.03% from 255 or 39.62% from 366); Max value from RGB is 145 - color contains mainly: blue. Hex color #756891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756891 is #8A976E. Grayscale: #707070. Windows color (decimal): -9082735 or 9529461. OLE color: 9529461.

HSL color Cylindrical-coordinate representation of color #756891: hue angle of 259.02º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #756891 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB117104145-
CMYK0.190.2800.43
HSL259.02º16.47%48.82%-
HSV(B)259.02º28.28%56.86%-
XYZ17.415.7328.91-
YUV112.56146.31131.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.97%
GREEN value IS 104 (41.02% from 255) = 28.42%
BLUE value IS 145 (57.03% from 255) = 39.62%
R=31.97%
G=28.42%
B=39.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1171041450.190.2800.43259.0216.4748.82
Hex756891131C02B1031031
Octal16515022123340534032061
Binary11101011101000100100011001111100010101110000001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756891; }

 p { color: rgb(117,104,145); }

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

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

 a { background-color: rgb(117,104,145); }

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

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

 span { border-color: rgb(117,104,145); }

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