#7C897C

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

Shades of Davy's Grey #7C897C

Tints of Davy's Grey #7C897C

Color information

#7C897C (or 0x7C897C) is unknown color: approx Davy's Grey. HEX triplet: 7C, 89 and 7C. RGB value is (124,137,124). Sum of RGB (Red+Green+Blue) = 124+137+124=385 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.21% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 137 - color contains mainly: green. Hex color #7C897C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C897C is #837683. Grayscale: #838383. Windows color (decimal): -8615556 or 8161660. OLE color: 8161660.

HSL color Cylindrical-coordinate representation of color #7C897C: hue angle of 120º 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 #7C897C is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB124137124-
CMYK0.0900.090.46
HSL120º5.22%51.18%-
HSV(B)120º9.49%53.73%-
XYZ20.923.6322.53-
YUV131.63123.69122.56-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.21%
GREEN value IS 137 (53.91% from 255) = 35.58%
BLUE value IS 124 (48.83% from 255) = 32.21%
R=32.21%
G=35.58%
B=32.21%

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
Decimal1241371240.0900.090.461205.2251.18
Hex7C897C9092E78533
Octal1742111741101156170563
Binary11111001000100111111001001010011011101111000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C897C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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