#788478

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

Shades of Davy's Grey #788478

Tints of Davy's Grey #788478

Color information

#788478 (or 0x788478) is unknown color: approx Davy's Grey. HEX triplet: 78, 84 and 78. RGB value is (120,132,120). Sum of RGB (Red+Green+Blue) = 120+132+120=372 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.26% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 132 - color contains mainly: green. Hex color #788478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788478 is #877B87. Grayscale: #7F7F7F. Windows color (decimal): -8878984 or 7898232. OLE color: 7898232.

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

Color convert

RGB120132120-
CMYK0.0900.090.48
HSL120º4.76%49.41%-
HSV(B)120º9.09%51.76%-
XYZ19.3921.8520.97-
YUV127.04124.02122.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.26%
GREEN value IS 132 (51.95% from 255) = 35.48%
BLUE value IS 120 (47.27% from 255) = 32.26%
R=32.26%
G=35.48%
B=32.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1201321200.0900.090.481204.7649.41
Hex7884789093078531
Octal1702041701101160170561
Binary11110001000010011110001001010011100001111000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788478; }

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

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

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

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

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

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

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

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