#756689

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

Shades of Kimberly #756689

Tints of Kimberly #756689

Color information

#756689 (or 0x756689) is unknown color: approx Kimberly. HEX triplet: 75, 66 and 89. RGB value is (117,102,137). Sum of RGB (Red+Green+Blue) = 117+102+137=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 137 - color contains mainly: blue. Hex color #756689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756689 is #8A9976. Grayscale: #6E6E6E. Windows color (decimal): -9083255 or 9004661. OLE color: 9004661.

HSL color Cylindrical-coordinate representation of color #756689: hue angle of 265.71º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #756689 is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB117102137-
CMYK0.150.2600.46
HSL265.71º14.64%46.86%-
HSV(B)265.71º25.55%53.73%-
XYZ16.615.0925.7-
YUV110.48142.97132.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.87%
GREEN value IS 102 (40.23% from 255) = 28.65%
BLUE value IS 137 (53.91% from 255) = 38.48%
R=32.87%
G=28.65%
B=38.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1171021370.150.2600.46265.7114.6446.86
Hex756689F1A02E10af2f
Octal16514621117320564121757
Binary111010111001101000100111111101001011101000010101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756689; }

 p { color: rgb(117,102,137); }

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

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

 a { background-color: rgb(117,102,137); }

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

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

 span { border-color: rgb(117,102,137); }

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