#7C8E7D

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

Shades of Davy's Grey #7C8E7D

Tints of Davy's Grey #7C8E7D

Color information

#7C8E7D (or 0x7C8E7D) is unknown color: approx Davy's Grey. HEX triplet: 7C, 8E and 7D. RGB value is (124,142,125). Sum of RGB (Red+Green+Blue) = 124+142+125=391 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.71% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 142 - color contains mainly: green. Hex color #7C8E7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8E7D is #837182. Grayscale: #868686. Windows color (decimal): -8614275 or 8228476. OLE color: 8228476.

HSL color Cylindrical-coordinate representation of color #7C8E7D: hue angle of 123.33º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7C8E7D is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB124142125-
CMYK0.1300.120.44
HSL123.33º7.38%52.16%-
HSV(B)123.33º12.68%55.69%-
XYZ21.6925.1123.11-
YUV134.68122.54120.38-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.71%
GREEN value IS 142 (55.86% from 255) = 36.32%
BLUE value IS 125 (49.22% from 255) = 31.97%
R=31.71%
G=36.32%
B=31.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1241421250.1300.120.44123.337.3852.16
Hex7C8E7DD0C2C7b734
Octal1742161751501454173764
Binary11111001000111011111011101011001011001111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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