Html Css Color HEX #7F947D Davy's Grey

📋 copy color: '#7F947D'

red 127 ◦ green 148 ◦ blue 125

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

Shades of Davy's Grey #7F947D

Tints of Davy's Grey #7F947D

RGB

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

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

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

R = 31.75%
G = 37%
B = 31.25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#7F947D (or 0x7F947D) is known color: Davy's Grey. HEX triplet: 7F, 94 and 7D. RGB value is (127,148,125). Sum of RGB (Red+Green+Blue) = 127+148+125=400 (52% of max value = 765). Red value is 127 (50% from 255 or 31.75% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 148 - color contains mainly: green. Hex color #7F947D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F947D is #806B82. Grayscale: #8B8B8B. Windows color (decimal): -8416131 or 8230015. OLE color: 8230015.

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

Color convert

RGB 127 148 125 -
CMYK 0.14 0 0.16 0.42
HSL 114.78º 0.1% 0.54% -
HSV(B) 114.78º 0.16% 0.58% -
XYZ 23.04 27.17 23.43 -
YUV 139.1 120.04 119.37 -
System Red Green Blue C M Y K H S L
Decimal 127 148 125 0.14 0 0.16 0.42 114.78 0.1 0.54
Hex 7F 94 7D E 0 10 2A 73 A 36
Octal 177 224 175 16 0 20 52 163 12 66
Binary 1111111 10010100 1111101 1110 0 10000 101010 1110011 1010 110110

Color Harmonies of #7F947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F947D

Black with #7F947D

Text Example


Text Example

White with #7F947D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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