#8C7A5C

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

Shades of Cement #8C7A5C

Tints of Cement #8C7A5C

Color information

#8C7A5C (or 0x8C7A5C) is unknown color: approx Cement. HEX triplet: 8C, 7A and 5C. RGB value is (140,122,92). Sum of RGB (Red+Green+Blue) = 140+122+92=354 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.55% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7A5C is #7385A3. Grayscale: #7C7C7C. Windows color (decimal): -7570852 or 6060684. OLE color: 6060684.

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

Color convert

RGB14012292-
CMYK00.130.340.45
HSL37.5º20.69%45.49%-
HSV(B)37.5º34.29%54.9%-
XYZ19.7120.2713-
YUV123.96109.96139.44-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.55%
GREEN value IS 122 (48.05% from 255) = 34.46%
BLUE value IS 92 (36.33% from 255) = 25.99%
R=39.55%
G=34.46%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401229200.130.340.4537.520.6945.49
Hex8C7A5C0D222D25152d
Octal2141721340154255452555
Binary10001100111101010111000110110001010110110010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,122,92); }

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

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

 a { background-color: rgb(140,122,92); }

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

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

 span { border-color: rgb(140,122,92); }

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