#88765C

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

Shades of Cement #88765C

Tints of Cement #88765C

Color information

#88765C (or 0x88765C) is unknown color: approx Cement. HEX triplet: 88, 76 and 5C. RGB value is (136,118,92). Sum of RGB (Red+Green+Blue) = 136+118+92=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 136 - color contains mainly: red. Hex color #88765C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88765C is #7789A3. Grayscale: #787878. Windows color (decimal): -7834020 or 6059656. OLE color: 6059656.

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

Color convert

RGB13611892-
CMYK00.130.320.47
HSL35.45º19.3%44.71%-
HSV(B)35.45º32.35%53.33%-
XYZ18.5618.9612.81-
YUV120.42111.96139.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.31%
GREEN value IS 118 (46.48% from 255) = 34.10%
BLUE value IS 92 (36.33% from 255) = 26.59%
R=39.31%
G=34.10%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361189200.130.320.4735.4519.344.71
Hex88765C0D202F23132d
Octal2101661340154057432355
Binary10001000111011010111000110110000010111110001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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