Html Css Color HEX #7E947D Davy's Grey

📋 copy color: '#7E947D'

red 126 ◦ green 148 ◦ blue 125

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

Shades of Davy's Grey #7E947D

Tints of Davy's Grey #7E947D

RGB

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

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

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

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

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

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

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

Color convert

RGB 126 148 125 -
CMYK 0.15 0 0.16 0.42
HSL 117.39º 0.1% 0.54% -
HSV(B) 117.39º 0.16% 0.58% -
XYZ 22.9 27.1 23.43 -
YUV 138.8 120.21 118.87 -
System Red Green Blue C M Y K H S L
Decimal 126 148 125 0.15 0 0.16 0.42 117.39 0.1 0.54
Hex 7E 94 7D F 0 10 2A 75 A 36
Octal 176 224 175 17 0 20 52 165 12 66
Binary 1111110 10010100 1111101 1111 0 10000 101010 1110101 1010 110110

Color Harmonies of #7E947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E947D

Black with #7E947D

Text Example


Text Example

White with #7E947D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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