#88775C

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

Shades of Cement #88775C

Tints of Cement #88775C

Color information

#88775C (or 0x88775C) is unknown color: approx Cement. HEX triplet: 88, 77 and 5C. RGB value is (136,119,92). Sum of RGB (Red+Green+Blue) = 136+119+92=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 136 - color contains mainly: red. Hex color #88775C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88775C is #7788A3. Grayscale: #797979. Windows color (decimal): -7833764 or 6059912. OLE color: 6059912.

HSL color Cylindrical-coordinate representation of color #88775C: hue angle of 36.82º 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 #88775C is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB13611992-
CMYK00.120.320.47
HSL36.82º19.3%44.71%-
HSV(B)36.82º32.35%53.33%-
XYZ18.6819.212.85-
YUV121111.63138.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.19%
GREEN value IS 119 (46.88% from 255) = 34.29%
BLUE value IS 92 (36.33% from 255) = 26.51%
R=39.19%
G=34.29%
B=26.51%

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
Decimal1361199200.120.320.4736.8219.344.71
Hex88775C0C202F25132d
Octal2101671340144057452355
Binary10001000111011110111000110010000010111110010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88775C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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