Html Css Color HEX #7D957C Davy's Grey

📋 copy color: '#7D957C'

red 125 ◦ green 149 ◦ blue 124

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

Shades of Davy's Grey #7D957C

Tints of Davy's Grey #7D957C

RGB

 RED value IS 125 (49.22% from 255) = 31.41%

 GREEN value IS 149 (58.59% from 255) = 37.44%

 BLUE value IS 124 (48.83% from 255) = 31.16%

R = 31.41%
G = 37.44%
B = 31.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

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

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

Color convert

RGB 125 149 124 -
CMYK 0.16 0 0.17 0.42
HSL 117.6º 0.11% 0.54% -
HSV(B) 117.6º 0.17% 0.58% -
XYZ 22.84 27.31 23.14 -
YUV 138.97 119.55 118.03 -
System Red Green Blue C M Y K H S L
Decimal 125 149 124 0.16 0 0.17 0.42 117.6 0.11 0.54
Hex 7D 95 7C 10 0 11 2A 76 B 36
Octal 175 225 174 20 0 21 52 166 13 66
Binary 1111101 10010101 1111100 10000 0 10001 101010 1110110 1011 110110

Color Harmonies of #7D957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D957C

Black with #7D957C

Text Example


Text Example

White with #7D957C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7D957C;
 }
 .AnyTagClassName
 {
   color: #7D957C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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