#88765b

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

Shades of Cement #88765B

Tints of Cement #88765B

Color information

#88765B (or 0x88765B) is unknown color: approx Cement. HEX triplet: 88, 76 and 5B. RGB value is (136,118,91). Sum of RGB (Red+Green+Blue) = 136+118+91=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 136 - color contains mainly: red. Hex color #88765B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88765B is #7789A4. Grayscale: #787878. Windows color (decimal): -7834021 or 5994120. OLE color: 5994120.

HSL color Cylindrical-coordinate representation of color #88765B: hue angle of 36º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88765B is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB13611891-
CMYK00.130.330.47
HSL36º19.82%44.51%-
HSV(B)36º33.09%53.33%-
XYZ18.5218.9512.58-
YUV120.3111.46139.2-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.42%
GREEN value IS 118 (46.48% from 255) = 34.20%
BLUE value IS 91 (35.94% from 255) = 26.38%
R=39.42%
G=34.20%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361189100.130.330.473619.8244.51
Hex88765B0D212F24142d
Octal2101661330154157442455
Binary10001000111011010110110110110000110111110010010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88765b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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