#776590

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

Shades of Kimberly #776590

Tints of Kimberly #776590

Color information

#776590 (or 0x776590) is unknown color: approx Kimberly. HEX triplet: 77, 65 and 90. RGB value is (119,101,144). Sum of RGB (Red+Green+Blue) = 119+101+144=364 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.69% from 364); Green value is 101 (39.84% from 255 or 27.75% 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 #776590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776590 is #889A6F. Grayscale: #6F6F6F. Windows color (decimal): -8952432 or 9463159. OLE color: 9463159.

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

Color convert

RGB119101144-
CMYK0.170.3000.44
HSL265.12º17.55%48.04%-
HSV(B)265.12º29.86%56.47%-
XYZ17.315.2428.42-
YUV111.28146.46133.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.69%
GREEN value IS 101 (39.84% from 255) = 27.75%
BLUE value IS 144 (56.64% from 255) = 39.56%
R=32.69%
G=27.75%
B=39.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1191011440.170.3000.44265.1217.5548.04
Hex776590111E02C1091230
Octal16714522021360544112260
Binary11101111100101100100001000111110010110010000100110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776590; }

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

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

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

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

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

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

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

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