#77736B

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

Shades of Dove Grey #77736B

Tints of Dove Grey #77736B

Color information

#77736B (or 0x77736B) is unknown color: approx Dove Grey. HEX triplet: 77, 73 and 6B. RGB value is (119,115,107). Sum of RGB (Red+Green+Blue) = 119+115+107=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 119 - color contains mainly: red. Hex color #77736B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77736B is #888C94. Grayscale: #737373. Windows color (decimal): -8948885 or 7041911. OLE color: 7041911.

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

Color convert

RGB119115107-
CMYK00.030.100.53
HSL40º5.31%44.31%-
HSV(B)40º10.08%46.67%-
XYZ16.3917.2416.37-
YUV115.28123.33130.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.90%
GREEN value IS 115 (45.31% from 255) = 33.72%
BLUE value IS 107 (42.19% from 255) = 31.38%
R=34.90%
G=33.72%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911510700.030.100.53405.3144.31
Hex77736B03A352852c
Octal16716315303126550554
Binary1110111111001111010110111010110101101000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77736B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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