#787671

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

Shades of Dove Grey #787671

Tints of Dove Grey #787671

Color information

#787671 (or 0x787671) is unknown color: approx Dove Grey. HEX triplet: 78, 76 and 71. RGB value is (120,118,113). Sum of RGB (Red+Green+Blue) = 120+118+113=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 120 - color contains mainly: red. Hex color #787671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787671 is #87898E. Grayscale: #767676. Windows color (decimal): -8882575 or 7435896. OLE color: 7435896.

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

Color convert

RGB120118113-
CMYK00.020.060.53
HSL42.86º3%45.69%-
HSV(B)42.86º5.83%47.06%-
XYZ17.218.1418.22-
YUV118.03125.16129.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.19%
GREEN value IS 118 (46.48% from 255) = 33.62%
BLUE value IS 113 (44.53% from 255) = 32.19%
R=34.19%
G=33.62%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011811300.020.060.5342.86345.69
Hex787671026352b32e
Octal1701661610266553356
Binary11110001110110111000101011011010110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787671; }

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

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

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

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

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

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

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

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