Html Css Color HEX #7E947F Davy's Grey

📋 copy color: '#7E947F'

red 126 ◦ green 148 ◦ blue 127

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

Shades of Davy's Grey #7E947F

Tints of Davy's Grey #7E947F

RGB

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

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

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

R = 31.42%
G = 36.91%
B = 31.67%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#7E947F (or 0x7E947F) is known color: Davy's Grey. HEX triplet: 7E, 94 and 7F. RGB value is (126,148,127). Sum of RGB (Red+Green+Blue) = 126+148+127=401 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.42% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 148 - color contains mainly: green. Hex color #7E947F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E947F is #816B80. Grayscale: #8B8B8B. Windows color (decimal): -8481665 or 8361086. OLE color: 8361086.

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

Color convert

RGB 126 148 127 -
CMYK 0.15 0 0.14 0.42
HSL 122.73º 0.09% 0.54% -
HSV(B) 122.73º 0.15% 0.58% -
XYZ 23.02 27.15 24.11 -
YUV 139.03 121.21 118.71 -
System Red Green Blue C M Y K H S L
Decimal 126 148 127 0.15 0 0.14 0.42 122.73 0.09 0.54
Hex 7E 94 7F F 0 E 2A 7B 9 36
Octal 176 224 177 17 0 16 52 173 11 66
Binary 1111110 10010100 1111111 1111 0 1110 101010 1111011 1001 110110

Color Harmonies of #7E947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E947F

Black with #7E947F

Text Example


Text Example

White with #7E947F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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