#776991

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

Shades of Kimberly #776991

Tints of Kimberly #776991

Color information

#776991 (or 0x776991) is unknown color: approx Kimberly. HEX triplet: 77, 69 and 91. RGB value is (119,105,145). Sum of RGB (Red+Green+Blue) = 119+105+145=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 145 - color contains mainly: blue. Hex color #776991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776991 is #88966E. Grayscale: #717171. Windows color (decimal): -8951407 or 9529719. OLE color: 9529719.

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

Color convert

RGB119105145-
CMYK0.180.2800.43
HSL261º16%49.02%-
HSV(B)261º27.59%56.86%-
XYZ17.7716.0728.95-
YUV113.75145.64131.75-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.25%
GREEN value IS 105 (41.41% from 255) = 28.46%
BLUE value IS 145 (57.03% from 255) = 39.30%
R=32.25%
G=28.46%
B=39.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1191051450.180.2800.432611649.02
Hex776991121C02B1051031
Octal16715122122340534052061
Binary11101111101001100100011001011100010101110000010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776991; }

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

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

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

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

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

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

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

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