#777671

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

Shades of Dove Grey #777671

Tints of Dove Grey #777671

Color information

#777671 (or 0x777671) is unknown color: approx Dove Grey. HEX triplet: 77, 76 and 71. RGB value is (119,118,113). Sum of RGB (Red+Green+Blue) = 119+118+113=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 119 - color contains mainly: red. Hex color #777671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777671 is #88898E. Grayscale: #757575. Windows color (decimal): -8948111 or 7435895. OLE color: 7435895.

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

Color convert

RGB119118113-
CMYK00.010.050.53
HSL50º2.59%45.49%-
HSV(B)50º5.04%46.67%-
XYZ17.0718.0718.21-
YUV117.73125.33128.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34%
GREEN value IS 118 (46.48% from 255) = 33.71%
BLUE value IS 113 (44.53% from 255) = 32.29%
R=34%
G=33.71%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911811300.010.050.53502.5945.49
Hex777671015353232d
Octal1671661610156562355
Binary1110111111011011100010110111010111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777671; }

 p { color: rgb(119,118,113); }

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

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

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

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

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

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

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