#8C795C

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

Shades of Cement #8C795C

Tints of Cement #8C795C

Color information

#8C795C (or 0x8C795C) is unknown color: approx Cement. HEX triplet: 8C, 79 and 5C. RGB value is (140,121,92). Sum of RGB (Red+Green+Blue) = 140+121+92=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 140 - color contains mainly: red. Hex color #8C795C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C795C is #7386A3. Grayscale: #7B7B7B. Windows color (decimal): -7571108 or 6060428. OLE color: 6060428.

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

Color convert

RGB14012192-
CMYK00.140.340.45
HSL36.25º20.69%45.49%-
HSV(B)36.25º34.29%54.9%-
XYZ19.5820.0212.96-
YUV123.38110.29139.86-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.66%
GREEN value IS 121 (47.66% from 255) = 34.28%
BLUE value IS 92 (36.33% from 255) = 26.06%
R=39.66%
G=34.28%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401219200.140.340.4536.2520.6945.49
Hex8C795C0E222D24152d
Octal2141711340164255442555
Binary10001100111100110111000111010001010110110010010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C795C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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