#787772

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

Shades of Dove Grey #787772

Tints of Dove Grey #787772

Color information

#787772 (or 0x787772) is unknown color: approx Dove Grey. HEX triplet: 78, 77 and 72. RGB value is (120,119,114). Sum of RGB (Red+Green+Blue) = 120+119+114=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 120 - color contains mainly: red. Hex color #787772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787772 is #87888D. Grayscale: #767676. Windows color (decimal): -8882318 or 7501688. OLE color: 7501688.

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

Color convert

RGB120119114-
CMYK00.010.050.53
HSL50º2.56%45.88%-
HSV(B)50º5%47.06%-
XYZ17.3818.418.56-
YUV118.73125.33128.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.99%
GREEN value IS 119 (46.88% from 255) = 33.71%
BLUE value IS 114 (44.92% from 255) = 32.29%
R=33.99%
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
Decimal12011911400.010.050.53502.5645.88
Hex787772015353232e
Octal1701671620156562356
Binary1111000111011111100100110111010111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787772; }

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

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

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

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

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

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

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

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