#77736A

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

Shades of Dove Grey #77736A

Tints of Dove Grey #77736A

Color information

#77736A (or 0x77736A) is unknown color: approx Dove Grey. HEX triplet: 77, 73 and 6A. RGB value is (119,115,106). Sum of RGB (Red+Green+Blue) = 119+115+106=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 119 - color contains mainly: red. Hex color #77736A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77736A is #888C95. Grayscale: #737373. Windows color (decimal): -8948886 or 6976375. OLE color: 6976375.

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

Color convert

RGB119115106-
CMYK00.030.110.53
HSL41.54º5.78%44.12%-
HSV(B)41.54º10.92%46.67%-
XYZ16.3417.2216.1-
YUV115.17122.83130.73-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35%
GREEN value IS 115 (45.31% from 255) = 33.82%
BLUE value IS 106 (41.80% from 255) = 31.18%
R=35%
G=33.82%
B=31.18%

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
Decimal11911510600.030.110.5341.545.7844.12
Hex77736A03B352a62c
Octal16716315203136552654
Binary1110111111001111010100111011110101101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77736A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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