#77746A

Color #77746A Dove Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dove Grey #77746A

Tints of Dove Grey #77746A

Color information

#77746A (or 0x77746A) is unknown color: approx Dove Grey. HEX triplet: 77, 74 and 6A. RGB value is (119,116,106). Sum of RGB (Red+Green+Blue) = 119+116+106=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 119 - color contains mainly: red. Hex color #77746A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77746A is #888B95. Grayscale: #737373. Windows color (decimal): -8948630 or 6976631. OLE color: 6976631.

HSL color Cylindrical-coordinate representation of color #77746A: hue angle of 46.15º 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 #77746A is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB119116106-
CMYK00.030.110.53
HSL46.15º5.78%44.12%-
HSV(B)46.15º10.92%46.67%-
XYZ16.4517.4516.14-
YUV115.76122.49130.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.90%
GREEN value IS 116 (45.70% from 255) = 34.02%
BLUE value IS 106 (41.80% from 255) = 31.09%
R=34.90%
G=34.02%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911610600.030.110.5346.155.7844.12
Hex77746A03B352e62c
Octal16716415203136556654
Binary1110111111010011010100111011110101101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77746A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77746A; }

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

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

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

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

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

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

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

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