#8D775C

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

Shades of Cement #8D775C

Tints of Cement #8D775C

Color information

#8D775C (or 0x8D775C) is unknown color: approx Cement. HEX triplet: 8D, 77 and 5C. RGB value is (141,119,92). Sum of RGB (Red+Green+Blue) = 141+119+92=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 141 - color contains mainly: red. Hex color #8D775C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D775C is #7288A3. Grayscale: #7A7A7A. Windows color (decimal): -7506084 or 6059917. OLE color: 6059917.

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

Color convert

RGB14111992-
CMYK00.160.350.45
HSL33.06º21.03%45.69%-
HSV(B)33.06º34.75%55.29%-
XYZ19.5119.6312.89-
YUV122.5110.79141.2-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.06%
GREEN value IS 119 (46.88% from 255) = 33.81%
BLUE value IS 92 (36.33% from 255) = 26.14%
R=40.06%
G=33.81%
B=26.14%

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
Decimal1411199200.160.350.4533.0621.0345.69
Hex8D775C010232D21152e
Octal2151671340204355412556
Binary100011011110111101110001000010001110110110000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D775C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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