#777673

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

Shades of Dove Grey #777673

Tints of Dove Grey #777673

Color information

#777673 (or 0x777673) is unknown color: approx Dove Grey. HEX triplet: 77, 76 and 73. RGB value is (119,118,115). Sum of RGB (Red+Green+Blue) = 119+118+115=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 119 - color contains mainly: red. Hex color #777673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777673 is #88898C. Grayscale: #757575. Windows color (decimal): -8948109 or 7566967. OLE color: 7566967.

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

Color convert

RGB119118115-
CMYK00.010.030.53
HSL45º1.71%45.88%-
HSV(B)45º3.36%46.67%-
XYZ17.1818.1218.81-
YUV117.96126.33128.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.81%
GREEN value IS 118 (46.48% from 255) = 33.52%
BLUE value IS 115 (45.31% from 255) = 32.67%
R=33.81%
G=33.52%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911811500.010.030.53451.7145.88
Hex777673013352d22e
Octal1671661630136555256
Binary111011111101101110011011111010110110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777673; }

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

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

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

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

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

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

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

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