#787775

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

Shades of Dove Grey #787775

Tints of Dove Grey #787775

Color information

#787775 (or 0x787775) is unknown color: approx Dove Grey. HEX triplet: 78, 77 and 75. RGB value is (120,119,117). Sum of RGB (Red+Green+Blue) = 120+119+117=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 120 - color contains mainly: red. Hex color #787775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787775 is #87888A. Grayscale: #777777. Windows color (decimal): -8882315 or 7698296. OLE color: 7698296.

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

Color convert

RGB120119117-
CMYK00.010.020.53
HSL40º1.27%46.47%-
HSV(B)40º2.5%47.06%-
XYZ17.5518.4719.47-
YUV119.07126.83128.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.71%
GREEN value IS 119 (46.88% from 255) = 33.43%
BLUE value IS 117 (46.09% from 255) = 32.87%
R=33.71%
G=33.43%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011911700.010.020.53401.2746.47
Hex787775012352812e
Octal1701671650126550156
Binary11110001110111111010101101101011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787775; }

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

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

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

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

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

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

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

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