#7C937A

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

Shades of Davy's Grey #7C937A

Tints of Davy's Grey #7C937A

Color information

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

HSL color Cylindrical-coordinate representation of color #7C937A: hue angle of 115.2º 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 #7C937A is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB124147122-
CMYK0.1600.170.42
HSL115.2º10.37%52.75%-
HSV(B)115.2º17.01%57.65%-
XYZ22.2626.5622.37-
YUV137.27119.38118.53-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1241471220.1600.170.42115.210.3752.75
Hex7C937A100112A73a35
Octal17422317220021521631265
Binary11111001001001111110101000001000110101011100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C937A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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