#776A6A

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

Shades of Dim Gray #776A6A

Tints of Dim Gray #776A6A

Color information

#776A6A (or 0x776A6A) is unknown color: approx Dim Gray. HEX triplet: 77, 6A and 6A. RGB value is (119,106,106). Sum of RGB (Red+Green+Blue) = 119+106+106=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 119 - color contains mainly: red. Hex color #776A6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776A6A is #889595. Grayscale: #6D6D6D. Windows color (decimal): -8951190 or 6974071. OLE color: 6974071.

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

Color convert

RGB119106106-
CMYK00.110.110.53
HSL5.78%44.12%-
HSV(B)10.92%46.67%-
XYZ15.3615.2715.77-
YUV109.89125.81134.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.95%
GREEN value IS 106 (41.80% from 255) = 32.02%
BLUE value IS 106 (41.80% from 255) = 32.02%
R=35.95%
G=32.02%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910610600.110.110.5305.7844.12
Hex776A6A0BB35062c
Octal16715215201313650654
Binary1110111110101011010100101110111101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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