#8C765A

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

Shades of Cement #8C765A

Tints of Cement #8C765A

Color information

#8C765A (or 0x8C765A) is unknown color: approx Cement. HEX triplet: 8C, 76 and 5A. RGB value is (140,118,90). Sum of RGB (Red+Green+Blue) = 140+118+90=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 140 - color contains mainly: red. Hex color #8C765A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C765A is #7389A5. Grayscale: #797979. Windows color (decimal): -7571878 or 5928588. OLE color: 5928588.

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

Color convert

RGB14011890-
CMYK00.160.360.45
HSL33.6º21.74%45.1%-
HSV(B)33.6º35.71%54.9%-
XYZ19.1419.2712.38-
YUV121.39110.29141.28-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.23%
GREEN value IS 118 (46.48% from 255) = 33.91%
BLUE value IS 90 (35.55% from 255) = 25.86%
R=40.23%
G=33.91%
B=25.86%

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
Decimal1401189000.160.360.4533.621.7445.1
Hex8C765A010242D22162d
Octal2141661320204455422655
Binary100011001110110101101001000010010010110110001010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C765A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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