Html Css Color HEX #7D937C Davy's Grey

📋 copy color: '#7D937C'

red 125 ◦ green 147 ◦ blue 124

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

Shades of Davy's Grey #7D937C

Tints of Davy's Grey #7D937C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.12%

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

R = 31.57%
G = 37.12%
B = 31.31%

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

#7D937C (or 0x7D937C) is known color: Davy's Grey. HEX triplet: 7D, 93 and 7C. RGB value is (125,147,124). Sum of RGB (Red+Green+Blue) = 125+147+124=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 147 - color contains mainly: green. Hex color #7D937C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D937C is #826C83. Grayscale: #898989. Windows color (decimal): -8547460 or 8164221. OLE color: 8164221.

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

Color convert

RGB 125 147 124 -
CMYK 0.15 0 0.16 0.42
HSL 117.39º 0.1% 0.53% -
HSV(B) 117.39º 0.16% 0.58% -
XYZ 22.53 26.68 23.03 -
YUV 137.8 120.21 118.87 -
System Red Green Blue C M Y K H S L
Decimal 125 147 124 0.15 0 0.16 0.42 117.39 0.1 0.53
Hex 7D 93 7C F 0 10 2A 75 A 35
Octal 175 223 174 17 0 20 52 165 12 65
Binary 1111101 10010011 1111100 1111 0 10000 101010 1110101 1010 110101

Color Harmonies of #7D937C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D937C

Black with #7D937C

Text Example


Text Example

White with #7D937C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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