Html Css Color HEX #7D957F Davy's Grey

📋 copy color: '#7D957F'

red 125 ◦ green 149 ◦ blue 127

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

Shades of Davy's Grey #7D957F

Tints of Davy's Grey #7D957F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.67%

R = 31.17%
G = 37.16%
B = 31.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#7D957F (or 0x7D957F) is known color: Davy's Grey. HEX triplet: 7D, 95 and 7F. RGB value is (125,149,127). Sum of RGB (Red+Green+Blue) = 125+149+127=401 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.17% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 149 - color contains mainly: green. Hex color #7D957F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D957F is #826A80. Grayscale: #8B8B8B. Windows color (decimal): -8546945 or 8361341. OLE color: 8361341.

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

Color convert

RGB 125 149 127 -
CMYK 0.16 0 0.15 0.42
HSL 125º 0.1% 0.54% -
HSV(B) 125º 0.16% 0.58% -
XYZ 23.04 27.39 24.15 -
YUV 139.32 121.05 117.79 -
System Red Green Blue C M Y K H S L
Decimal 125 149 127 0.16 0 0.15 0.42 125 0.1 0.54
Hex 7D 95 7F 10 0 F 2A 7D A 36
Octal 175 225 177 20 0 17 52 175 12 66
Binary 1111101 10010101 1111111 10000 0 1111 101010 1111101 1010 110110

Color Harmonies of #7D957F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D957F

Black with #7D957F

Text Example


Text Example

White with #7D957F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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