#7A937C

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

Shades of Davy's Grey #7A937C

Tints of Davy's Grey #7A937C

Color information

#7A937C (or 0x7A937C) is unknown color: approx Davy's Grey. HEX triplet: 7A, 93 and 7C. RGB value is (122,147,124). Sum of RGB (Red+Green+Blue) = 122+147+124=393 (52% of max value = 765). Red value is 122 (48.05% from 255 or 31.04% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 147 - color contains mainly: green. Hex color #7A937C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A937C is #856C83. Grayscale: #888888. Windows color (decimal): -8744068 or 8164218. OLE color: 8164218.

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

Color convert

RGB122147124-
CMYK0.1700.160.42
HSL124.8º10.37%52.75%-
HSV(B)124.8º17.01%57.65%-
XYZ22.126.4623.01-
YUV136.9120.72117.37-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.04%
GREEN value IS 147 (57.81% from 255) = 37.40%
BLUE value IS 124 (48.83% from 255) = 31.55%
R=31.04%
G=37.40%
B=31.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1221471240.1700.160.42124.810.3752.75
Hex7A937C110102A7da35
Octal17222317421020521751265
Binary11110101001001111111001000101000010101011111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A937C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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