#788B77

Color #788B77 Davy's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Davy's Grey #788B77

Tints of Davy's Grey #788B77

Color information

#788B77 (or 0x788B77) is unknown color: approx Davy's Grey. HEX triplet: 78, 8B and 77. RGB value is (120,139,119). Sum of RGB (Red+Green+Blue) = 120+139+119=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 139 - color contains mainly: green. Hex color #788B77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788B77 is #877488. Grayscale: #838383. Windows color (decimal): -8877193 or 7834488. OLE color: 7834488.

HSL color Cylindrical-coordinate representation of color #788B77: hue angle of 117º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #788B77 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB120139119-
CMYK0.1400.140.45
HSL117º7.94%50.59%-
HSV(B)117º14.39%54.51%-
XYZ20.3123.7920.97-
YUV131.04121.21120.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.75%
GREEN value IS 139 (54.69% from 255) = 36.77%
BLUE value IS 119 (46.88% from 255) = 31.48%
R=31.75%
G=36.77%
B=31.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1201391190.1400.140.451177.9450.59
Hex788B77E0E2D75833
Octal17021316716016551651063
Binary111100010001011111011111100111010110111101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788B77; }

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

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

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

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

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

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

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

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