Html Css Color HEX #7E937D Davy's Grey

📋 copy color: '#7E937D'

red 126 ◦ green 147 ◦ blue 125

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

Shades of Davy's Grey #7E937D

Tints of Davy's Grey #7E937D

RGB

 RED value IS 126 (49.61% from 255) = 31.66%

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

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

R = 31.66%
G = 36.93%
B = 31.41%

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

#7E937D (or 0x7E937D) is known color: Davy's Grey. HEX triplet: 7E, 93 and 7D. RGB value is (126,147,125). Sum of RGB (Red+Green+Blue) = 126+147+125=398 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.66% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 147 - color contains mainly: green. Hex color #7E937D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E937D is #816C82. Grayscale: #8A8A8A. Windows color (decimal): -8481923 or 8229758. OLE color: 8229758.

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

Color convert

RGB 126 147 125 -
CMYK 0.14 0 0.15 0.42
HSL 117.27º 0.09% 0.53% -
HSV(B) 117.27º 0.15% 0.58% -
XYZ 22.74 26.78 23.37 -
YUV 138.21 120.54 119.29 -
System Red Green Blue C M Y K H S L
Decimal 126 147 125 0.14 0 0.15 0.42 117.27 0.09 0.53
Hex 7E 93 7D E 0 F 2A 75 9 35
Octal 176 223 175 16 0 17 52 165 11 65
Binary 1111110 10010011 1111101 1110 0 1111 101010 1110101 1001 110101

Color Harmonies of #7E937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E937D

Black with #7E937D

Text Example


Text Example

White with #7E937D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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