#7D8A7C

Color #7D8A7C Davy's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Davy's Grey #7D8A7C

Tints of Davy's Grey #7D8A7C

Color information

#7D8A7C (or 0x7D8A7C) is unknown color: approx Davy's Grey. HEX triplet: 7D, 8A and 7C. RGB value is (125,138,124). Sum of RGB (Red+Green+Blue) = 125+138+124=387 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.30% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 138 - color contains mainly: green. Hex color #7D8A7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8A7C is #827583. Grayscale: #848484. Windows color (decimal): -8549764 or 8161917. OLE color: 8161917.

HSL color Cylindrical-coordinate representation of color #7D8A7C: hue angle of 115.71º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7D8A7C is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB125138124-
CMYK0.0900.100.46
HSL115.71º5.65%51.37%-
HSV(B)115.71º10.14%54.12%-
XYZ21.1823.9922.58-
YUV132.52123.19122.64-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.30%
GREEN value IS 138 (54.30% from 255) = 35.66%
BLUE value IS 124 (48.83% from 255) = 32.04%
R=32.30%
G=35.66%
B=32.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1251381240.0900.100.46115.715.6551.37
Hex7D8A7C90A2E74633
Octal1752121741101256164663
Binary11111011000101011111001001010101011101110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,138,124); }

 H1.HeaderClassName
 {
   color: #7D8A7C;
 }
 .AnyTagClassName
 {
   color: #7D8A7C;
 }
</style>
background-color css

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

 a { background-color: rgb(125,138,124); }

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

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

 span { border-color: rgb(125,138,124); }

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