#789478

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

Shades of Davy's Grey #789478

Tints of Davy's Grey #789478

Color information

#789478 (or 0x789478) is unknown color: approx Davy's Grey. HEX triplet: 78, 94 and 78. RGB value is (120,148,120). Sum of RGB (Red+Green+Blue) = 120+148+120=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 148 - color contains mainly: green. Hex color #789478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789478 is #876B87. Grayscale: #888888. Windows color (decimal): -8874888 or 7902328. OLE color: 7902328.

HSL color Cylindrical-coordinate representation of color #789478: hue angle of 120º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #789478 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB120148120-
CMYK0.1900.190.42
HSL120º11.57%52.55%-
HSV(B)120º18.92%58.04%-
XYZ21.7326.5321.74-
YUV136.44118.72116.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.93%
GREEN value IS 148 (58.20% from 255) = 38.14%
BLUE value IS 120 (47.27% from 255) = 30.93%
R=30.93%
G=38.14%
B=30.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1201481200.1900.190.4212011.5752.55
Hex789478130132A78c35
Octal17022417023023521701465
Binary11110001001010011110001001101001110101011110001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789478; }

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

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

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

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

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

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

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

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