#787771

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

Shades of Dove Grey #787771

Tints of Dove Grey #787771

Color information

#787771 (or 0x787771) is unknown color: approx Dove Grey. HEX triplet: 78, 77 and 71. RGB value is (120,119,113). Sum of RGB (Red+Green+Blue) = 120+119+113=352 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.09% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 120 - color contains mainly: red. Hex color #787771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787771 is #87888E. Grayscale: #767676. Windows color (decimal): -8882319 or 7436152. OLE color: 7436152.

HSL color Cylindrical-coordinate representation of color #787771: hue angle of 51.43º 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 #787771 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB120119113-
CMYK00.010.060.53
HSL51.43º3%45.69%-
HSV(B)51.43º5.83%47.06%-
XYZ17.3218.3818.26-
YUV118.62124.83128.99-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.09%
GREEN value IS 119 (46.88% from 255) = 33.81%
BLUE value IS 113 (44.53% from 255) = 32.10%
R=34.09%
G=33.81%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011911300.010.060.5351.43345.69
Hex787771016353332e
Octal1701671610166563356
Binary1111000111011111100010111011010111001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787771; }

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

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

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

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

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

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

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

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