#766991

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

Shades of Kimberly #766991

Tints of Kimberly #766991

Color information

#766991 (or 0x766991) is unknown color: approx Kimberly. HEX triplet: 76, 69 and 91. RGB value is (118,105,145). Sum of RGB (Red+Green+Blue) = 118+105+145=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 145 (57.03% from 255 or 39.40% from 368); Max value from RGB is 145 - color contains mainly: blue. Hex color #766991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766991 is #89966E. Grayscale: #717171. Windows color (decimal): -9016943 or 9529718. OLE color: 9529718.

HSL color Cylindrical-coordinate representation of color #766991: hue angle of 259.5º 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 #766991 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB118105145-
CMYK0.190.2800.43
HSL259.5º16%49.02%-
HSV(B)259.5º27.59%56.86%-
XYZ17.631628.95-
YUV113.45145.81131.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.07%
GREEN value IS 105 (41.41% from 255) = 28.53%
BLUE value IS 145 (57.03% from 255) = 39.40%
R=32.07%
G=28.53%
B=39.40%

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
Decimal1181051450.190.2800.43259.51649.02
Hex766991131C02B1041031
Octal16615122123340534042061
Binary11101101101001100100011001111100010101110000010010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766991; }

 p { color: rgb(118,105,145); }

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

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

 a { background-color: rgb(118,105,145); }

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

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

 span { border-color: rgb(118,105,145); }

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