Html Css Color HEX #7E947C Davy's Grey

📋 copy color: '#7E947C'

red 126 ◦ green 148 ◦ blue 124

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

Shades of Davy's Grey #7E947C

Tints of Davy's Grey #7E947C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.16%

R = 31.66%
G = 37.19%
B = 31.16%

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

#7E947C (or 0x7E947C) is known color: Davy's Grey. HEX triplet: 7E, 94 and 7C. RGB value is (126,148,124). Sum of RGB (Red+Green+Blue) = 126+148+124=398 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.66% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 148 - color contains mainly: green. Hex color #7E947C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E947C is #816B83. Grayscale: #8A8A8A. Windows color (decimal): -8481668 or 8164478. OLE color: 8164478.

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

Color convert

RGB 126 148 124 -
CMYK 0.15 0 0.16 0.42
HSL 115º 0.1% 0.53% -
HSV(B) 115º 0.16% 0.58% -
XYZ 22.83 27.07 23.09 -
YUV 138.69 119.71 118.95 -
System Red Green Blue C M Y K H S L
Decimal 126 148 124 0.15 0 0.16 0.42 115 0.1 0.53
Hex 7E 94 7C F 0 10 2A 73 A 35
Octal 176 224 174 17 0 20 52 163 12 65
Binary 1111110 10010100 1111100 1111 0 10000 101010 1110011 1010 110101

Color Harmonies of #7E947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E947C

Black with #7E947C

Text Example


Text Example

White with #7E947C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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