Html Css Color HEX #7F927E Davy's Grey

📋 copy color: '#7F927E'

red 127 ◦ green 146 ◦ blue 126

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

Shades of Davy's Grey #7F927E

Tints of Davy's Grey #7F927E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.59%

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

R = 31.83%
G = 36.59%
B = 31.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#7F927E (or 0x7F927E) is known color: Davy's Grey. HEX triplet: 7F, 92 and 7E. RGB value is (127,146,126). Sum of RGB (Red+Green+Blue) = 127+146+126=399 (52% of max value = 765). Red value is 127 (50% from 255 or 31.83% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 146 - color contains mainly: green. Hex color #7F927E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F927E is #806D81. Grayscale: #8A8A8A. Windows color (decimal): -8416642 or 8295039. OLE color: 8295039.

HSL color Cylindrical-coordinate representation of color #7F927E: hue angle of 117º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7F927E is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 127 146 126 -
CMYK 0.13 0 0.14 0.43
HSL 117º 0.08% 0.53% -
HSV(B) 117º 0.14% 0.57% -
XYZ 22.8 26.58 23.67 -
YUV 138.04 121.21 120.13 -
System Red Green Blue C M Y K H S L
Decimal 127 146 126 0.13 0 0.14 0.43 117 0.08 0.53
Hex 7F 92 7E D 0 E 2B 75 8 35
Octal 177 222 176 15 0 16 53 165 10 65
Binary 1111111 10010010 1111110 1101 0 1110 101011 1110101 1000 110101

Color Harmonies of #7F927E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F927E

Black with #7F927E

Text Example


Text Example

White with #7F927E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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