#8C7856

Color #8C7856 Cement (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cement #8C7856

Tints of Cement #8C7856

Color information

#8C7856 (or 0x8C7856) is unknown color: approx Cement. HEX triplet: 8C, 78 and 56. RGB value is (140,120,86). Sum of RGB (Red+Green+Blue) = 140+120+86=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7856 is #7387A9. Grayscale: #7A7A7A. Windows color (decimal): -7571370 or 5666956. OLE color: 5666956.

HSL color Cylindrical-coordinate representation of color #8C7856: hue angle of 37.78º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C7856 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB14012086-
CMYK00.140.390.45
HSL37.78º23.89%44.31%-
HSV(B)37.78º38.57%54.9%-
XYZ19.2119.6811.59-
YUV122.1107.63140.76-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.46%
GREEN value IS 120 (47.27% from 255) = 34.68%
BLUE value IS 86 (33.98% from 255) = 24.86%
R=40.46%
G=34.68%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401208600.140.390.4537.7823.8944.31
Hex8C78560E272D26182c
Octal2141701260164755463054
Binary10001100111100010101100111010011110110110011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C7856; }

 p { color: rgb(140,120,86); }

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

<style>
 a { background-color: #8C7856; }

 a { background-color: rgb(140,120,86); }

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

<style>
 span { border-color: #8C7856; }

 span { border-color: rgb(140,120,86); }

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