#788577

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

Shades of Davy's Grey #788577

Tints of Davy's Grey #788577

Color information

#788577 (or 0x788577) is unknown color: approx Davy's Grey. HEX triplet: 78, 85 and 77. RGB value is (120,133,119). Sum of RGB (Red+Green+Blue) = 120+133+119=372 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.26% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 133 - color contains mainly: green. Hex color #788577 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788577 is #877A88. Grayscale: #7F7F7F. Windows color (decimal): -8878729 or 7832952. OLE color: 7832952.

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

Color convert

RGB120133119-
CMYK0.1000.110.48
HSL115.71º5.56%49.41%-
HSV(B)115.71º10.53%52.16%-
XYZ19.4622.120.69-
YUV127.52123.19122.64-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.26%
GREEN value IS 133 (52.34% from 255) = 35.75%
BLUE value IS 119 (46.88% from 255) = 31.99%
R=32.26%
G=35.75%
B=31.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1201331190.1000.110.48115.715.5649.41
Hex788577A0B3074631
Octal1702051671201360164661
Binary11110001000010111101111010010111100001110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788577; }

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

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

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

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

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

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

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

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