#7C957C

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

Shades of Davy's Grey #7C957C

Tints of Davy's Grey #7C957C

Color information

#7C957C (or 0x7C957C) is unknown color: approx Davy's Grey. HEX triplet: 7C, 95 and 7C. RGB value is (124,149,124). Sum of RGB (Red+Green+Blue) = 124+149+124=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 149 - color contains mainly: green. Hex color #7C957C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C957C is #836A83. Grayscale: #8A8A8A. Windows color (decimal): -8612484 or 8164732. OLE color: 8164732.

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

Color convert

RGB124149124-
CMYK0.1700.170.42
HSL120º10.55%53.53%-
HSV(B)120º16.78%58.43%-
XYZ22.727.2423.13-
YUV138.67119.72117.53-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.23%
GREEN value IS 149 (58.59% from 255) = 37.53%
BLUE value IS 124 (48.83% from 255) = 31.23%
R=31.23%
G=37.53%
B=31.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1241491240.1700.170.4212010.5553.53
Hex7C957C110112A78b36
Octal17422517421021521701366
Binary11111001001010111111001000101000110101011110001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C957C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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