#776D8D

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

Shades of Kimberly #776D8D

Tints of Kimberly #776D8D

Color information

#776D8D (or 0x776D8D) is unknown color: approx Kimberly. HEX triplet: 77, 6D and 8D. RGB value is (119,109,141). Sum of RGB (Red+Green+Blue) = 119+109+141=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 141 - color contains mainly: blue. Hex color #776D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776D8D is #889272. Grayscale: #737373. Windows color (decimal): -8950387 or 9268599. OLE color: 9268599.

HSL color Cylindrical-coordinate representation of color #776D8D: hue angle of 258.75º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #776D8D is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB119109141-
CMYK0.160.2300.45
HSL258.75º12.8%49.02%-
HSV(B)258.75º22.7%55.29%-
XYZ17.8816.7827.5-
YUV115.64142.31130.4-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.25%
GREEN value IS 109 (42.97% from 255) = 29.54%
BLUE value IS 141 (55.47% from 255) = 38.21%
R=32.25%
G=29.54%
B=38.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1191091410.160.2300.45258.7512.849.02
Hex776D8D101702D103d31
Octal16715521520270554031561
Binary1110111110110110001101100001011101011011000000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776D8D; }

 p { color: rgb(119,109,141); }

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

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

 a { background-color: rgb(119,109,141); }

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

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

 span { border-color: rgb(119,109,141); }

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