#8A775A

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

Shades of Cement #8A775A

Tints of Cement #8A775A

Color information

#8A775A (or 0x8A775A) is unknown color: approx Cement. HEX triplet: 8A, 77 and 5A. RGB value is (138,119,90). Sum of RGB (Red+Green+Blue) = 138+119+90=347 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.77% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 138 - color contains mainly: red. Hex color #8A775A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A775A is #7588A5. Grayscale: #797979. Windows color (decimal): -7702694 or 5928842. OLE color: 5928842.

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

Color convert

RGB13811990-
CMYK00.140.350.46
HSL36.25º21.05%44.71%-
HSV(B)36.25º34.78%54.12%-
XYZ18.9219.3412.41-
YUV121.38110.29139.86-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.77%
GREEN value IS 119 (46.88% from 255) = 34.29%
BLUE value IS 90 (35.55% from 255) = 25.94%
R=39.77%
G=34.29%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381199000.140.350.4636.2521.0544.71
Hex8A775A0E232E24152d
Octal2121671320164356442555
Binary10001010111011110110100111010001110111010010010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A775A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,119,90); }

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

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

 a { background-color: rgb(138,119,90); }

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

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

 span { border-color: rgb(138,119,90); }

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