#756790

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

Shades of Kimberly #756790

Tints of Kimberly #756790

Color information

#756790 (or 0x756790) is unknown color: approx Kimberly. HEX triplet: 75, 67 and 90. RGB value is (117,103,144). Sum of RGB (Red+Green+Blue) = 117+103+144=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 144 - color contains mainly: blue. Hex color #756790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756790 is #8A986F. Grayscale: #6F6F6F. Windows color (decimal): -9082992 or 9463669. OLE color: 9463669.

HSL color Cylindrical-coordinate representation of color #756790: hue angle of 260.49º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #756790 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB117103144-
CMYK0.190.2800.44
HSL260.49º16.6%48.43%-
HSV(B)260.49º28.47%56.47%-
XYZ17.2215.528.47-
YUV111.86146.14131.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.14%
GREEN value IS 103 (40.62% from 255) = 28.30%
BLUE value IS 144 (56.64% from 255) = 39.56%
R=32.14%
G=28.30%
B=39.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1171031440.190.2800.44260.4916.648.43
Hex756790131C02C1041130
Octal16514722023340544042160
Binary11101011100111100100001001111100010110010000010010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756790; }

 p { color: rgb(117,103,144); }

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

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

 a { background-color: rgb(117,103,144); }

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

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

 span { border-color: rgb(117,103,144); }

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