Html Css Color HEX #7F947E Davy's Grey

📋 copy color: '#7F947E'

red 127 ◦ green 148 ◦ blue 126

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

Shades of Davy's Grey #7F947E

Tints of Davy's Grey #7F947E

RGB

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

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

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

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

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

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

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

Color convert

RGB 127 148 126 -
CMYK 0.14 0 0.15 0.42
HSL 117.27º 0.09% 0.54% -
HSV(B) 117.27º 0.15% 0.58% -
XYZ 23.11 27.2 23.77 -
YUV 139.21 120.54 119.29 -
System Red Green Blue C M Y K H S L
Decimal 127 148 126 0.14 0 0.15 0.42 117.27 0.09 0.54
Hex 7F 94 7E E 0 F 2A 75 9 36
Octal 177 224 176 16 0 17 52 165 11 66
Binary 1111111 10010100 1111110 1110 0 1111 101010 1110101 1001 110110

Color Harmonies of #7F947E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F947E

Black with #7F947E

Text Example


Text Example

White with #7F947E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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