Html Css Color HEX #7F967D Davy's Grey

📋 copy color: '#7F967D'

red 127 ◦ green 150 ◦ blue 125

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

Shades of Davy's Grey #7F967D

Tints of Davy's Grey #7F967D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.09%

R = 31.59%
G = 37.31%
B = 31.09%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#7F967D (or 0x7F967D) is known color: Davy's Grey. HEX triplet: 7F, 96 and 7D. RGB value is (127,150,125). Sum of RGB (Red+Green+Blue) = 127+150+125=402 (53% of max value = 765). Red value is 127 (50% from 255 or 31.59% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 150 - color contains mainly: green. Hex color #7F967D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F967D is #806982. Grayscale: #8C8C8C. Windows color (decimal): -8415619 or 8230527. OLE color: 8230527.

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

Color convert

RGB 127 150 125 -
CMYK 0.15 0 0.17 0.41
HSL 115.2º 0.11% 0.54% -
HSV(B) 115.2º 0.17% 0.59% -
XYZ 23.36 27.81 23.54 -
YUV 140.27 119.38 118.53 -
System Red Green Blue C M Y K H S L
Decimal 127 150 125 0.15 0 0.17 0.41 115.2 0.11 0.54
Hex 7F 96 7D F 0 11 29 73 B 36
Octal 177 226 175 17 0 21 51 163 13 66
Binary 1111111 10010110 1111101 1111 0 10001 101001 1110011 1011 110110

Color Harmonies of #7F967D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F967D

Black with #7F967D

Text Example


Text Example

White with #7F967D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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