Html Css Color HEX #7C957C Davy's Grey

📋 copy color: '#7C957C'

red 124 ◦ green 149 ◦ blue 124

#7C957C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Davy's Grey #7C957C

Tints of Davy's Grey #7C957C

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 value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#7C957C (or 0x7C957C) is known color: 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

RGB 124 149 124 -
CMYK 0.17 0 0.17 0.42
HSL 120º 0.11% 0.54% -
HSV(B) 120º 0.17% 0.58% -
XYZ 22.7 27.24 23.13 -
YUV 138.68 119.72 117.53 -
System Red Green Blue C M Y K H S L
Decimal 124 149 124 0.17 0 0.17 0.42 120 0.11 0.54
Hex 7C 95 7C 11 0 11 2A 78 B 36
Octal 174 225 174 21 0 21 52 170 13 66
Binary 1111100 10010101 1111100 10001 0 10001 101010 1111000 1011 110110

Color Harmonies of #7C957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C957C

Black with #7C957C

Text Example


Text Example

White with #7C957C

Text Example


Text Example

HTML Codes & Css Web 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>