Html Css Color HEX #7F917D Davy's Grey

📋 copy color: '#7F917D'

red 127 ◦ green 145 ◦ blue 125

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

Shades of Davy's Grey #7F917D

Tints of Davy's Grey #7F917D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.52%

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

R = 31.99%
G = 36.52%
B = 31.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#7F917D (or 0x7F917D) is known color: Davy's Grey. HEX triplet: 7F, 91 and 7D. RGB value is (127,145,125). Sum of RGB (Red+Green+Blue) = 127+145+125=397 (52% of max value = 765). Red value is 127 (50% from 255 or 31.99% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 145 - color contains mainly: green. Hex color #7F917D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F917D is #806E82. Grayscale: #898989. Windows color (decimal): -8416899 or 8229247. OLE color: 8229247.

HSL color Cylindrical-coordinate representation of color #7F917D: hue angle of 114º 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 #7F917D is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 127 145 125 -
CMYK 0.12 0 0.14 0.43
HSL 114º 0.08% 0.53% -
HSV(B) 114º 0.14% 0.57% -
XYZ 22.58 26.24 23.28 -
YUV 137.34 121.04 120.63 -
System Red Green Blue C M Y K H S L
Decimal 127 145 125 0.12 0 0.14 0.43 114 0.08 0.53
Hex 7F 91 7D C 0 E 2B 72 8 35
Octal 177 221 175 14 0 16 53 162 10 65
Binary 1111111 10010001 1111101 1100 0 1110 101011 1110010 1000 110101

Color Harmonies of #7F917D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F917D

Black with #7F917D

Text Example


Text Example

White with #7F917D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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