#8D775A

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

Shades of Cement #8D775A

Tints of Cement #8D775A

Color information

#8D775A (or 0x8D775A) is unknown color: approx Cement. HEX triplet: 8D, 77 and 5A. RGB value is (141,119,90). Sum of RGB (Red+Green+Blue) = 141+119+90=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 141 - color contains mainly: red. Hex color #8D775A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D775A is #7288A5. Grayscale: #7A7A7A. Windows color (decimal): -7506086 or 5928845. OLE color: 5928845.

HSL color Cylindrical-coordinate representation of color #8D775A: hue angle of 34.12º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8D775A is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.45.

Color convert

RGB14111990-
CMYK00.160.360.45
HSL34.12º22.08%45.29%-
HSV(B)34.12º36.17%55.29%-
XYZ19.4319.5912.43-
YUV122.27109.79141.36-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.29%
GREEN value IS 119 (46.88% from 255) = 34%
BLUE value IS 90 (35.55% from 255) = 25.71%
R=40.29%
G=34%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411199000.160.360.4534.1222.0845.29
Hex8D775A010242D22162d
Octal2151671320204455422655
Binary100011011110111101101001000010010010110110001010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D775A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,119,90); }

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

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

 a { background-color: rgb(141,119,90); }

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

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

 span { border-color: rgb(141,119,90); }

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