#7A9378

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

Shades of Davy's Grey #7A9378

Tints of Davy's Grey #7A9378

Color information

#7A9378 (or 0x7A9378) is unknown color: approx Davy's Grey. HEX triplet: 7A, 93 and 78. RGB value is (122,147,120). Sum of RGB (Red+Green+Blue) = 122+147+120=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 147 - color contains mainly: green. Hex color #7A9378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9378 is #856C87. Grayscale: #888888. Windows color (decimal): -8744072 or 7902074. OLE color: 7902074.

HSL color Cylindrical-coordinate representation of color #7A9378: hue angle of 115.56º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7A9378 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB122147120-
CMYK0.1700.180.42
HSL115.56º11.11%52.35%-
HSV(B)115.56º18.37%57.65%-
XYZ21.8526.3621.71-
YUV136.45118.72117.7-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.36%
GREEN value IS 147 (57.81% from 255) = 37.79%
BLUE value IS 120 (47.27% from 255) = 30.85%
R=31.36%
G=37.79%
B=30.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1221471200.1700.180.42115.5611.1152.35
Hex7A9378110122A74b34
Octal17222317021022521641364
Binary11110101001001111110001000101001010101011101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A9378; }

 p { color: rgb(122,147,120); }

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

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

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

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

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

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

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