#8D765A

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

Shades of Cement #8D765A

Tints of Cement #8D765A

Color information

#8D765A (or 0x8D765A) is unknown color: approx Cement. HEX triplet: 8D, 76 and 5A. RGB value is (141,118,90). Sum of RGB (Red+Green+Blue) = 141+118+90=349 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.40% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 141 - color contains mainly: red. Hex color #8D765A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D765A is #7289A5. Grayscale: #797979. Windows color (decimal): -7506342 or 5928589. OLE color: 5928589.

HSL color Cylindrical-coordinate representation of color #8D765A: hue angle of 32.94º 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 #8D765A is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.45.

Color convert

RGB14111890-
CMYK00.160.360.45
HSL32.94º22.08%45.29%-
HSV(B)32.94º36.17%55.29%-
XYZ19.3119.3612.39-
YUV121.68110.12141.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.40%
GREEN value IS 118 (46.48% from 255) = 33.81%
BLUE value IS 90 (35.55% from 255) = 25.79%
R=40.40%
G=33.81%
B=25.79%

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
Decimal1411189000.160.360.4532.9422.0845.29
Hex8D765A010242D21162d
Octal2151661320204455412655
Binary100011011110110101101001000010010010110110000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D765A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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