Html Css Color HEX #7F957E Davy's Grey

📋 copy color: '#7F957E'

red 127 ◦ green 149 ◦ blue 126

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

Shades of Davy's Grey #7F957E

Tints of Davy's Grey #7F957E

RGB

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

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

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

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

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

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

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

Color convert

RGB 127 149 126 -
CMYK 0.15 0 0.15 0.42
HSL 117.39º 0.1% 0.54% -
HSV(B) 117.39º 0.15% 0.58% -
XYZ 23.27 27.51 23.82 -
YUV 139.8 120.21 118.87 -
System Red Green Blue C M Y K H S L
Decimal 127 149 126 0.15 0 0.15 0.42 117.39 0.1 0.54
Hex 7F 95 7E F 0 F 2A 75 A 36
Octal 177 225 176 17 0 17 52 165 12 66
Binary 1111111 10010101 1111110 1111 0 1111 101010 1110101 1010 110110

Color Harmonies of #7F957E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F957E

Black with #7F957E

Text Example


Text Example

White with #7F957E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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