Html Css Color HEX #7D947E Davy's Grey

📋 copy color: '#7D947E'

red 125 ◦ green 148 ◦ blue 126

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

Shades of Davy's Grey #7D947E

Tints of Davy's Grey #7D947E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.09%

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

R = 31.33%
G = 37.09%
B = 31.58%

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

#7D947E (or 0x7D947E) is known color: Davy's Grey. HEX triplet: 7D, 94 and 7E. RGB value is (125,148,126). Sum of RGB (Red+Green+Blue) = 125+148+126=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 148 - color contains mainly: green. Hex color #7D947E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D947E is #826B81. Grayscale: #8A8A8A. Windows color (decimal): -8547202 or 8295549. OLE color: 8295549.

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

Color convert

RGB 125 148 126 -
CMYK 0.16 0 0.15 0.42
HSL 122.61º 0.1% 0.54% -
HSV(B) 122.61º 0.16% 0.58% -
XYZ 22.81 27.05 23.76 -
YUV 138.62 120.88 118.29 -
System Red Green Blue C M Y K H S L
Decimal 125 148 126 0.16 0 0.15 0.42 122.61 0.1 0.54
Hex 7D 94 7E 10 0 F 2A 7B A 36
Octal 175 224 176 20 0 17 52 173 12 66
Binary 1111101 10010100 1111110 10000 0 1111 101010 1111011 1010 110110

Color Harmonies of #7D947E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D947E

Black with #7D947E

Text Example


Text Example

White with #7D947E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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