#7C957D

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

Shades of Davy's Grey #7C957D

Tints of Davy's Grey #7C957D

Color information

#7C957D (or 0x7C957D) is unknown color: approx Davy's Grey. HEX triplet: 7C, 95 and 7D. RGB value is (124,149,125). Sum of RGB (Red+Green+Blue) = 124+149+125=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 149 - color contains mainly: green. Hex color #7C957D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C957D is #836A82. Grayscale: #8A8A8A. Windows color (decimal): -8612483 or 8230268. OLE color: 8230268.

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

Color convert

RGB124149125-
CMYK0.1700.160.42
HSL122.4º10.55%53.53%-
HSV(B)122.4º16.78%58.43%-
XYZ22.7627.2623.46-
YUV138.79120.22117.45-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.16%
GREEN value IS 149 (58.59% from 255) = 37.44%
BLUE value IS 125 (49.22% from 255) = 31.41%
R=31.16%
G=37.44%
B=31.41%

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
Decimal1241491250.1700.160.42122.410.5553.53
Hex7C957D110102A7ab36
Octal17422517521020521721366
Binary11111001001010111111011000101000010101011110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C957D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,149,125); }

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

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

 a { background-color: rgb(124,149,125); }

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

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

 span { border-color: rgb(124,149,125); }

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