Html Css Color HEX #7F967E Davy's Grey

📋 copy color: '#7F967E'

red 127 ◦ green 150 ◦ blue 126

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

Shades of Davy's Grey #7F967E

Tints of Davy's Grey #7F967E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.22%

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

R = 31.51%
G = 37.22%
B = 31.27%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#7F967E (or 0x7F967E) is known color: Davy's Grey. HEX triplet: 7F, 96 and 7E. RGB value is (127,150,126). Sum of RGB (Red+Green+Blue) = 127+150+126=403 (53% of max value = 765). Red value is 127 (50% from 255 or 31.51% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 150 - color contains mainly: green. Hex color #7F967E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F967E is #806981. Grayscale: #8C8C8C. Windows color (decimal): -8415618 or 8296063. OLE color: 8296063.

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

Color convert

RGB 127 150 126 -
CMYK 0.15 0 0.16 0.41
HSL 117.5º 0.1% 0.54% -
HSV(B) 117.5º 0.16% 0.59% -
XYZ 23.42 27.83 23.88 -
YUV 140.39 119.88 118.45 -
System Red Green Blue C M Y K H S L
Decimal 127 150 126 0.15 0 0.16 0.41 117.5 0.1 0.54
Hex 7F 96 7E F 0 10 29 76 A 36
Octal 177 226 176 17 0 20 51 166 12 66
Binary 1111111 10010110 1111110 1111 0 10000 101001 1110110 1010 110110

Color Harmonies of #7F967E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F967E

Black with #7F967E

Text Example


Text Example

White with #7F967E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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