Html Css Color HEX #7D957E Davy's Grey

📋 copy color: '#7D957E'

red 125 ◦ green 149 ◦ blue 126

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

Shades of Davy's Grey #7D957E

Tints of Davy's Grey #7D957E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.5%

R = 31.25%
G = 37.25%
B = 31.5%

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

#7D957E (or 0x7D957E) is known color: Davy's Grey. HEX triplet: 7D, 95 and 7E. RGB value is (125,149,126). Sum of RGB (Red+Green+Blue) = 125+149+126=400 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.25% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 149 - color contains mainly: green. Hex color #7D957E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D957E is #826A81. Grayscale: #8B8B8B. Windows color (decimal): -8546946 or 8295805. OLE color: 8295805.

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

Color convert

RGB 125 149 126 -
CMYK 0.16 0 0.15 0.42
HSL 122.5º 0.1% 0.54% -
HSV(B) 122.5º 0.16% 0.58% -
XYZ 22.97 27.36 23.81 -
YUV 139.2 120.55 117.87 -
System Red Green Blue C M Y K H S L
Decimal 125 149 126 0.16 0 0.15 0.42 122.5 0.1 0.54
Hex 7D 95 7E 10 0 F 2A 7B A 36
Octal 175 225 176 20 0 17 52 173 12 66
Binary 1111101 10010101 1111110 10000 0 1111 101010 1111011 1010 110110

Color Harmonies of #7D957E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D957E

Black with #7D957E

Text Example


Text Example

White with #7D957E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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