#88765E

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

Shades of Cement #88765E

Tints of Cement #88765E

Color information

#88765E (or 0x88765E) is unknown color: approx Cement. HEX triplet: 88, 76 and 5E. RGB value is (136,118,94). Sum of RGB (Red+Green+Blue) = 136+118+94=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 136 - color contains mainly: red. Hex color #88765E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88765E is #7789A1. Grayscale: #787878. Windows color (decimal): -7834018 or 6190728. OLE color: 6190728.

HSL color Cylindrical-coordinate representation of color #88765E: hue angle of 34.29º 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 #88765E is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB13611894-
CMYK00.130.310.47
HSL34.29º18.26%45.1%-
HSV(B)34.29º30.88%53.33%-
XYZ18.651913.27-
YUV120.65112.96138.95-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.08%
GREEN value IS 118 (46.48% from 255) = 33.91%
BLUE value IS 94 (37.11% from 255) = 27.01%
R=39.08%
G=33.91%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361189400.130.310.4734.2918.2645.1
Hex88765E0D1F2F22122d
Octal2101661360153757422255
Binary1000100011101101011110011011111110111110001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88765E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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