#788477

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

Shades of Davy's Grey #788477

Tints of Davy's Grey #788477

Color information

#788477 (or 0x788477) is unknown color: approx Davy's Grey. HEX triplet: 78, 84 and 77. RGB value is (120,132,119). Sum of RGB (Red+Green+Blue) = 120+132+119=371 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.35% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 132 - color contains mainly: green. Hex color #788477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788477 is #877B88. Grayscale: #7E7E7E. Windows color (decimal): -8878985 or 7832696. OLE color: 7832696.

HSL color Cylindrical-coordinate representation of color #788477: hue angle of 115.38º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #788477 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB120132119-
CMYK0.0900.100.48
HSL115.38º5.18%49.22%-
HSV(B)115.38º9.85%51.76%-
XYZ19.3321.8320.65-
YUV126.93123.52123.06-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.35%
GREEN value IS 132 (51.95% from 255) = 35.58%
BLUE value IS 119 (46.88% from 255) = 32.08%
R=32.35%
G=35.58%
B=32.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1201321190.0900.100.48115.385.1849.22
Hex78847790A3073531
Octal1702041671101260163561
Binary11110001000010011101111001010101100001110011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788477; }

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

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

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

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

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

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

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

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