Html Css Color HEX #7E957E Davy's Grey

📋 copy color: '#7E957E'

red 126 ◦ green 149 ◦ blue 126

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

Shades of Davy's Grey #7E957E

Tints of Davy's Grey #7E957E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.42%

R = 31.42%
G = 37.16%
B = 31.42%

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

#7E957E (or 0x7E957E) is known color: Davy's Grey. HEX triplet: 7E, 95 and 7E. RGB value is (126,149,126). Sum of RGB (Red+Green+Blue) = 126+149+126=401 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.42% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 149 - color contains mainly: green. Hex color #7E957E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E957E is #816A81. Grayscale: #8B8B8B. Windows color (decimal): -8481410 or 8295806. OLE color: 8295806.

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

Color convert

RGB 126 149 126 -
CMYK 0.15 0 0.15 0.42
HSL 120º 0.1% 0.54% -
HSV(B) 120º 0.15% 0.58% -
XYZ 23.12 27.44 23.82 -
YUV 139.5 120.38 118.37 -
System Red Green Blue C M Y K H S L
Decimal 126 149 126 0.15 0 0.15 0.42 120 0.1 0.54
Hex 7E 95 7E F 0 F 2A 78 A 36
Octal 176 225 176 17 0 17 52 170 12 66
Binary 1111110 10010101 1111110 1111 0 1111 101010 1111000 1010 110110

Color Harmonies of #7E957E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E957E

Black with #7E957E

Text Example


Text Example

White with #7E957E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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