#8A765B

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

Shades of Cement #8A765B

Tints of Cement #8A765B

Color information

#8A765B (or 0x8A765B) is unknown color: approx Cement. HEX triplet: 8A, 76 and 5B. RGB value is (138,118,91). Sum of RGB (Red+Green+Blue) = 138+118+91=347 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.77% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 138 - color contains mainly: red. Hex color #8A765B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A765B is #7589A4. Grayscale: #797979. Windows color (decimal): -7702949 or 5994122. OLE color: 5994122.

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

Color convert

RGB13811891-
CMYK00.140.340.46
HSL34.47º20.52%44.9%-
HSV(B)34.47º34.06%54.12%-
XYZ18.8519.1212.59-
YUV120.9111.13140.2-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.77%
GREEN value IS 118 (46.48% from 255) = 34.01%
BLUE value IS 91 (35.94% from 255) = 26.22%
R=39.77%
G=34.01%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381189100.140.340.4634.4720.5244.9
Hex8A765B0E222E22152d
Octal2121661330164256422555
Binary10001010111011010110110111010001010111010001010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,118,91); }

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

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

 a { background-color: rgb(138,118,91); }

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

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

 span { border-color: rgb(138,118,91); }

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