#88755E

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

Shades of Cement #88755E

Tints of Cement #88755E

Color information

#88755E (or 0x88755E) is unknown color: approx Cement. HEX triplet: 88, 75 and 5E. RGB value is (136,117,94). Sum of RGB (Red+Green+Blue) = 136+117+94=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 136 - color contains mainly: red. Hex color #88755E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88755E is #778AA1. Grayscale: #787878. Windows color (decimal): -7834274 or 6190472. OLE color: 6190472.

HSL color Cylindrical-coordinate representation of color #88755E: hue angle of 32.86º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88755E is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB13611794-
CMYK00.140.310.47
HSL32.86º18.26%45.1%-
HSV(B)32.86º30.88%53.33%-
XYZ18.5418.7613.23-
YUV120.06113.29139.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.19%
GREEN value IS 117 (46.09% from 255) = 33.72%
BLUE value IS 94 (37.11% from 255) = 27.09%
R=39.19%
G=33.72%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361179400.140.310.4732.8618.2645.1
Hex88755E0E1F2F21122d
Octal2101651360163757412255
Binary1000100011101011011110011101111110111110000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88755E; }

 p { color: rgb(136,117,94); }

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

<style>
 a { background-color: #88755E; }

 a { background-color: rgb(136,117,94); }

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

<style>
 span { border-color: #88755E; }

 span { border-color: rgb(136,117,94); }

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