Html Css Color HEX #7F957D Davy's Grey

📋 copy color: '#7F957D'

red 127 ◦ green 149 ◦ blue 125

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

Shades of Davy's Grey #7F957D

Tints of Davy's Grey #7F957D

RGB

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

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

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

R = 31.67%
G = 37.16%
B = 31.17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#7F957D (or 0x7F957D) is known color: Davy's Grey. HEX triplet: 7F, 95 and 7D. RGB value is (127,149,125). Sum of RGB (Red+Green+Blue) = 127+149+125=401 (53% of max value = 765). Red value is 127 (50% from 255 or 31.67% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 149 - color contains mainly: green. Hex color #7F957D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F957D is #806A82. Grayscale: #8B8B8B. Windows color (decimal): -8415875 or 8230271. OLE color: 8230271.

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

Color convert

RGB 127 149 125 -
CMYK 0.15 0 0.16 0.42
HSL 115º 0.1% 0.54% -
HSV(B) 115º 0.16% 0.58% -
XYZ 23.2 27.49 23.48 -
YUV 139.69 119.71 118.95 -
System Red Green Blue C M Y K H S L
Decimal 127 149 125 0.15 0 0.16 0.42 115 0.1 0.54
Hex 7F 95 7D F 0 10 2A 73 A 36
Octal 177 225 175 17 0 20 52 163 12 66
Binary 1111111 10010101 1111101 1111 0 10000 101010 1110011 1010 110110

Color Harmonies of #7F957D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F957D

Black with #7F957D

Text Example


Text Example

White with #7F957D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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