Html Css Color HEX #7D987F Davy's Grey

📋 copy color: '#7D987F'

red 125 ◦ green 152 ◦ blue 127

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

Shades of Davy's Grey #7D987F

Tints of Davy's Grey #7D987F

RGB

 RED value IS 125 (49.22% from 255) = 30.94%

 GREEN value IS 152 (59.77% from 255) = 37.62%

 BLUE value IS 127 (50% from 255) = 31.44%

R = 30.94%
G = 37.62%
B = 31.44%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#7D987F (or 0x7D987F) is known color: Davy's Grey. HEX triplet: 7D, 98 and 7F. RGB value is (125,152,127). Sum of RGB (Red+Green+Blue) = 125+152+127=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 152 - color contains mainly: green. Hex color #7D987F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D987F is #826780. Grayscale: #8D8D8D. Windows color (decimal): -8546177 or 8362109. OLE color: 8362109.

HSL color Cylindrical-coordinate representation of color #7D987F: hue angle of 124.44º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7D987F is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 125 152 127 -
CMYK 0.18 0 0.16 0.40
HSL 124.44º 0.12% 0.54% -
HSV(B) 124.44º 0.18% 0.6% -
XYZ 23.52 28.35 24.31 -
YUV 141.08 120.05 116.53 -
System Red Green Blue C M Y K H S L
Decimal 125 152 127 0.18 0 0.16 0.40 124.44 0.12 0.54
Hex 7D 98 7F 12 0 10 28 7C C 36
Octal 175 230 177 22 0 20 50 174 14 66
Binary 1111101 10011000 1111111 10010 0 10000 101000 1111100 1100 110110

Color Harmonies of #7D987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D987F

Black with #7D987F

Text Example


Text Example

White with #7D987F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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