#8F795B

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

Shades of Cement #8F795B

Tints of Cement #8F795B

Color information

#8F795B (or 0x8F795B) is unknown color: approx Cement. HEX triplet: 8F, 79 and 5B. RGB value is (143,121,91). Sum of RGB (Red+Green+Blue) = 143+121+91=355 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.28% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 143 - color contains mainly: red. Hex color #8F795B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F795B is #7086A4. Grayscale: #7C7C7C. Windows color (decimal): -7374501 or 5994895. OLE color: 5994895.

HSL color Cylindrical-coordinate representation of color #8F795B: hue angle of 34.62º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F795B is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB14312191-
CMYK00.150.360.44
HSL34.62º22.22%45.88%-
HSV(B)34.62º36.36%56.08%-
XYZ20.0520.2712.75-
YUV124.16109.29141.44-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.28%
GREEN value IS 121 (47.66% from 255) = 34.08%
BLUE value IS 91 (35.94% from 255) = 25.63%
R=40.28%
G=34.08%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431219100.150.360.4434.6222.2245.88
Hex8F795B0F242C23162e
Octal2171711330174454432656
Binary10001111111100110110110111110010010110010001110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F795B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,121,91); }

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

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

 a { background-color: rgb(143,121,91); }

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

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

 span { border-color: rgb(143,121,91); }

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