#788578

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

Shades of Davy's Grey #788578

Tints of Davy's Grey #788578

Color information

#788578 (or 0x788578) is unknown color: approx Davy's Grey. HEX triplet: 78, 85 and 78. RGB value is (120,133,120). Sum of RGB (Red+Green+Blue) = 120+133+120=373 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.17% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 133 - color contains mainly: green. Hex color #788578 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788578 is #877A87. Grayscale: #7F7F7F. Windows color (decimal): -8878728 or 7898488. OLE color: 7898488.

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

Color convert

RGB120133120-
CMYK0.1000.100.48
HSL120º5.14%49.61%-
HSV(B)120º9.77%52.16%-
XYZ19.5222.1221.01-
YUV127.63123.69122.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.17%
GREEN value IS 133 (52.34% from 255) = 35.66%
BLUE value IS 120 (47.27% from 255) = 32.17%
R=32.17%
G=35.66%
B=32.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1201331200.1000.100.481205.1449.61
Hex788578A0A3078532
Octal1702051701201260170562
Binary11110001000010111110001010010101100001111000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788578; }

 p { color: rgb(120,133,120); }

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

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

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

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

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

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

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