Html Css Color HEX #7D987E Davy's Grey

📋 copy color: '#7D987E'

red 125 ◦ green 152 ◦ blue 126

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

Shades of Davy's Grey #7D987E

Tints of Davy's Grey #7D987E

RGB

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

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

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

R = 31.02%
G = 37.72%
B = 31.27%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#7D987E (or 0x7D987E) is known color: Davy's Grey. HEX triplet: 7D, 98 and 7E. RGB value is (125,152,126). Sum of RGB (Red+Green+Blue) = 125+152+126=403 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.02% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 152 - color contains mainly: green. Hex color #7D987E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D987E is #826781. Grayscale: #8D8D8D. Windows color (decimal): -8546178 or 8296573. OLE color: 8296573.

HSL color Cylindrical-coordinate representation of color #7D987E: hue angle of 122.22º 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 #7D987E is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB 125 152 126 -
CMYK 0.18 0 0.17 0.40
HSL 122.22º 0.12% 0.54% -
HSV(B) 122.22º 0.18% 0.6% -
XYZ 23.45 28.32 23.97 -
YUV 140.96 119.55 116.61 -
System Red Green Blue C M Y K H S L
Decimal 125 152 126 0.18 0 0.17 0.40 122.22 0.12 0.54
Hex 7D 98 7E 12 0 11 28 7A C 36
Octal 175 230 176 22 0 21 50 172 14 66
Binary 1111101 10011000 1111110 10010 0 10001 101000 1111010 1100 110110

Color Harmonies of #7D987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D987E

Black with #7D987E

Text Example


Text Example

White with #7D987E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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