#8D765C

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

Shades of Cement #8D765C

Tints of Cement #8D765C

Color information

#8D765C (or 0x8D765C) is unknown color: approx Cement. HEX triplet: 8D, 76 and 5C. RGB value is (141,118,92). Sum of RGB (Red+Green+Blue) = 141+118+92=351 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.17% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 141 - color contains mainly: red. Hex color #8D765C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D765C is #7289A3. Grayscale: #7A7A7A. Windows color (decimal): -7506340 or 6059661. OLE color: 6059661.

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

Color convert

RGB14111892-
CMYK00.160.350.45
HSL31.84º21.03%45.69%-
HSV(B)31.84º34.75%55.29%-
XYZ19.3919.3912.85-
YUV121.91111.12141.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.17%
GREEN value IS 118 (46.48% from 255) = 33.62%
BLUE value IS 92 (36.33% from 255) = 26.21%
R=40.17%
G=33.62%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411189200.160.350.4531.8421.0345.69
Hex8D765C010232D20152e
Octal2151661340204355402556
Binary100011011110110101110001000010001110110110000010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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