#776591

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

Shades of Kimberly #776591

Tints of Kimberly #776591

Color information

#776591 (or 0x776591) is unknown color: approx Kimberly. HEX triplet: 77, 65 and 91. RGB value is (119,101,145). Sum of RGB (Red+Green+Blue) = 119+101+145=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 145 (57.03% from 255 or 39.73% from 365); Max value from RGB is 145 - color contains mainly: blue. Hex color #776591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776591 is #889A6E. Grayscale: #6F6F6F. Windows color (decimal): -8952431 or 9528695. OLE color: 9528695.

HSL color Cylindrical-coordinate representation of color #776591: hue angle of 264.55º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #776591 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB119101145-
CMYK0.180.3000.43
HSL264.55º17.89%48.24%-
HSV(B)264.55º30.34%56.86%-
XYZ17.3715.2728.82-
YUV111.4146.96133.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.60%
GREEN value IS 101 (39.84% from 255) = 27.67%
BLUE value IS 145 (57.03% from 255) = 39.73%
R=32.60%
G=27.67%
B=39.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1191011450.180.3000.43264.5517.8948.24
Hex776591121E02B1091230
Octal16714522122360534112260
Binary11101111100101100100011001011110010101110000100110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776591; }

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

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

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

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

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

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

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

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