Html Css Color HEX #7D937A Davy's Grey

📋 copy color: '#7D937A'

red 125 ◦ green 147 ◦ blue 122

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

Shades of Davy's Grey #7D937A

Tints of Davy's Grey #7D937A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.96%

R = 31.73%
G = 37.31%
B = 30.96%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#7D937A (or 0x7D937A) is known color: Davy's Grey. HEX triplet: 7D, 93 and 7A. RGB value is (125,147,122). Sum of RGB (Red+Green+Blue) = 125+147+122=394 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.73% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 147 - color contains mainly: green. Hex color #7D937A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D937A is #826C85. Grayscale: #898989. Windows color (decimal): -8547462 or 8033149. OLE color: 8033149.

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

Color convert

RGB 125 147 122 -
CMYK 0.15 0 0.17 0.42
HSL 112.8º 0.1% 0.53% -
HSV(B) 112.8º 0.17% 0.58% -
XYZ 22.4 26.63 22.37 -
YUV 137.57 119.21 119.03 -
System Red Green Blue C M Y K H S L
Decimal 125 147 122 0.15 0 0.17 0.42 112.8 0.1 0.53
Hex 7D 93 7A F 0 11 2A 71 A 35
Octal 175 223 172 17 0 21 52 161 12 65
Binary 1111101 10010011 1111010 1111 0 10001 101010 1110001 1010 110101

Color Harmonies of #7D937A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D937A

Black with #7D937A

Text Example


Text Example

White with #7D937A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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