Html Css Color HEX #7D9880 Davy's Grey

📋 copy color: '#7D9880'

red 125 ◦ green 152 ◦ blue 128

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

Shades of Davy's Grey #7D9880

Tints of Davy's Grey #7D9880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.6%

R = 30.86%
G = 37.53%
B = 31.6%

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

#7D9880 (or 0x7D9880) is known color: Davy's Grey. HEX triplet: 7D, 98 and 80. RGB value is (125,152,128). Sum of RGB (Red+Green+Blue) = 125+152+128=405 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.86% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 152 - color contains mainly: green. Hex color #7D9880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D9880 is #82677F. Grayscale: #8D8D8D. Windows color (decimal): -8546176 or 8427645. OLE color: 8427645.

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

Color convert

RGB 125 152 128 -
CMYK 0.18 0 0.16 0.40
HSL 126.67º 0.12% 0.54% -
HSV(B) 126.67º 0.18% 0.6% -
XYZ 23.58 28.37 24.66 -
YUV 141.19 120.55 116.45 -
System Red Green Blue C M Y K H S L
Decimal 125 152 128 0.18 0 0.16 0.40 126.67 0.12 0.54
Hex 7D 98 80 12 0 10 28 7F C 36
Octal 175 230 200 22 0 20 50 177 14 66
Binary 1111101 10011000 10000000 10010 0 10000 101000 1111111 1100 110110

Color Harmonies of #7D9880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9880

Black with #7D9880

Text Example


Text Example

White with #7D9880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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