Html Css Color HEX #7E957F Davy's Grey

📋 copy color: '#7E957F'

red 126 ◦ green 149 ◦ blue 127

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

Shades of Davy's Grey #7E957F

Tints of Davy's Grey #7E957F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.06%

 BLUE value IS 127 (50% from 255) = 31.59%

R = 31.34%
G = 37.06%
B = 31.59%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#7E957F (or 0x7E957F) is known color: Davy's Grey. HEX triplet: 7E, 95 and 7F. RGB value is (126,149,127). Sum of RGB (Red+Green+Blue) = 126+149+127=402 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.34% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 149 - color contains mainly: green. Hex color #7E957F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E957F is #816A80. Grayscale: #8B8B8B. Windows color (decimal): -8481409 or 8361342. OLE color: 8361342.

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

Color convert

RGB 126 149 127 -
CMYK 0.15 0 0.15 0.42
HSL 122.61º 0.1% 0.54% -
HSV(B) 122.61º 0.15% 0.58% -
XYZ 23.18 27.46 24.16 -
YUV 139.62 120.88 118.29 -
System Red Green Blue C M Y K H S L
Decimal 126 149 127 0.15 0 0.15 0.42 122.61 0.1 0.54
Hex 7E 95 7F F 0 F 2A 7B A 36
Octal 176 225 177 17 0 17 52 173 12 66
Binary 1111110 10010101 1111111 1111 0 1111 101010 1111011 1010 110110

Color Harmonies of #7E957F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E957F

Black with #7E957F

Text Example


Text Example

White with #7E957F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,149,127); }

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

background-color css

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

 a { background-color: rgb(126,149,127); }

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

border-color css

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

 span { border-color: rgb(126,149,127); }

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