#776B6B

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

Shades of Dim Gray #776B6B

Tints of Dim Gray #776B6B

Color information

#776B6B (or 0x776B6B) is unknown color: approx Dim Gray. HEX triplet: 77, 6B and 6B. RGB value is (119,107,107). Sum of RGB (Red+Green+Blue) = 119+107+107=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 119 - color contains mainly: red. Hex color #776B6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776B6B is #889494. Grayscale: #6E6E6E. Windows color (decimal): -8950933 or 7039863. OLE color: 7039863.

HSL color Cylindrical-coordinate representation of color #776B6B: hue angle of 0º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #776B6B is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB119107107-
CMYK00.100.100.53
HSL5.31%44.31%-
HSV(B)10.08%46.67%-
XYZ15.5215.516.08-
YUV110.59125.98134-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.74%
GREEN value IS 107 (42.19% from 255) = 32.13%
BLUE value IS 107 (42.19% from 255) = 32.13%
R=35.74%
G=32.13%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910710700.100.100.5305.3144.31
Hex776B6B0AA35052c
Octal16715315301212650554
Binary1110111110101111010110101010101101010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,107,107); }

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

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

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

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

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

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

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