Html Css Color HEX #7D947C Davy's Grey

📋 copy color: '#7D947C'

red 125 ◦ green 148 ◦ blue 124

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

Shades of Davy's Grey #7D947C

Tints of Davy's Grey #7D947C

RGB

 RED value IS 125 (49.22% from 255) = 31.49%

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

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

R = 31.49%
G = 37.28%
B = 31.23%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#7D947C (or 0x7D947C) is known color: Davy's Grey. HEX triplet: 7D, 94 and 7C. RGB value is (125,148,124). Sum of RGB (Red+Green+Blue) = 125+148+124=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 148 - color contains mainly: green. Hex color #7D947C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D947C is #826B83. Grayscale: #8A8A8A. Windows color (decimal): -8547204 or 8164477. OLE color: 8164477.

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

Color convert

RGB 125 148 124 -
CMYK 0.16 0 0.16 0.42
HSL 117.5º 0.1% 0.53% -
HSV(B) 117.5º 0.16% 0.58% -
XYZ 22.69 27 23.08 -
YUV 138.39 119.88 118.45 -
System Red Green Blue C M Y K H S L
Decimal 125 148 124 0.16 0 0.16 0.42 117.5 0.1 0.53
Hex 7D 94 7C 10 0 10 2A 76 A 35
Octal 175 224 174 20 0 20 52 166 12 65
Binary 1111101 10010100 1111100 10000 0 10000 101010 1110110 1010 110101

Color Harmonies of #7D947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D947C

Black with #7D947C

Text Example


Text Example

White with #7D947C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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