#8D755C

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

Shades of Cement #8D755C

Tints of Cement #8D755C

Color information

#8D755C (or 0x8D755C) is unknown color: approx Cement. HEX triplet: 8D, 75 and 5C. RGB value is (141,117,92). Sum of RGB (Red+Green+Blue) = 141+117+92=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 141 - color contains mainly: red. Hex color #8D755C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D755C is #728AA3. Grayscale: #797979. Windows color (decimal): -7506596 or 6059405. OLE color: 6059405.

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

Color convert

RGB14111792-
CMYK00.170.350.45
HSL30.61º21.03%45.69%-
HSV(B)30.61º34.75%55.29%-
XYZ19.2819.1612.81-
YUV121.33111.45142.03-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.29%
GREEN value IS 117 (46.09% from 255) = 33.43%
BLUE value IS 92 (36.33% from 255) = 26.29%
R=40.29%
G=33.43%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411179200.170.350.4530.6121.0345.69
Hex8D755C011232D1f152e
Octal2151651340214355372556
Binary10001101111010110111000100011000111011011111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D755C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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