#776E8E

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

Shades of Kimberly #776E8E

Tints of Kimberly #776E8E

Color information

#776E8E (or 0x776E8E) is unknown color: approx Kimberly. HEX triplet: 77, 6E and 8E. RGB value is (119,110,142). Sum of RGB (Red+Green+Blue) = 119+110+142=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 142 - color contains mainly: blue. Hex color #776E8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776E8E is #889171. Grayscale: #747474. Windows color (decimal): -8950130 or 9334391. OLE color: 9334391.

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

Color convert

RGB119110142-
CMYK0.160.2300.44
HSL256.88º12.7%49.41%-
HSV(B)256.88º22.54%55.69%-
XYZ18.0717.0327.93-
YUV116.34142.48129.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.08%
GREEN value IS 110 (43.36% from 255) = 29.65%
BLUE value IS 142 (55.86% from 255) = 38.27%
R=32.08%
G=29.65%
B=38.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1191101420.160.2300.44256.8812.749.41
Hex776E8E101702C101d31
Octal16715621620270544011561
Binary1110111110111010001110100001011101011001000000011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,110,142); }

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

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

 a { background-color: rgb(119,110,142); }

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

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

 span { border-color: rgb(119,110,142); }

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