#88775D

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

Shades of Cement #88775D

Tints of Cement #88775D

Color information

#88775D (or 0x88775D) is unknown color: approx Cement. HEX triplet: 88, 77 and 5D. RGB value is (136,119,93). Sum of RGB (Red+Green+Blue) = 136+119+93=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 136 - color contains mainly: red. Hex color #88775D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88775D is #7788A2. Grayscale: #797979. Windows color (decimal): -7833763 or 6125448. OLE color: 6125448.

HSL color Cylindrical-coordinate representation of color #88775D: hue angle of 36.28º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #88775D is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB13611993-
CMYK00.120.320.47
HSL36.28º18.78%44.9%-
HSV(B)36.28º31.62%53.33%-
XYZ18.7319.2213.08-
YUV121.12112.13138.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.08%
GREEN value IS 119 (46.88% from 255) = 34.20%
BLUE value IS 93 (36.72% from 255) = 26.72%
R=39.08%
G=34.20%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361199300.120.320.4736.2818.7844.9
Hex88775D0C202F24132d
Octal2101671350144057442355
Binary10001000111011110111010110010000010111110010010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88775D; }

 p { color: rgb(136,119,93); }

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

<style>
 a { background-color: #88775D; }

 a { background-color: rgb(136,119,93); }

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

<style>
 span { border-color: #88775D; }

 span { border-color: rgb(136,119,93); }

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