#7D897C

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

Shades of Davy's Grey #7D897C

Tints of Davy's Grey #7D897C

Color information

#7D897C (or 0x7D897C) is unknown color: approx Davy's Grey. HEX triplet: 7D, 89 and 7C. RGB value is (125,137,124). Sum of RGB (Red+Green+Blue) = 125+137+124=386 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.38% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 137 - color contains mainly: green. Hex color #7D897C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D897C is #827683. Grayscale: #838383. Windows color (decimal): -8550020 or 8161661. OLE color: 8161661.

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

Color convert

RGB125137124-
CMYK0.0900.090.46
HSL115.38º5.22%51.18%-
HSV(B)115.38º9.49%53.73%-
XYZ21.0423.7122.54-
YUV131.93123.52123.06-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.38%
GREEN value IS 137 (53.91% from 255) = 35.49%
BLUE value IS 124 (48.83% from 255) = 32.12%
R=32.38%
G=35.49%
B=32.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1251371240.0900.090.46115.385.2251.18
Hex7D897C9092E73533
Octal1752111741101156163563
Binary11111011000100111111001001010011011101110011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D897C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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