#88876A

Color #88876A Schist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Schist #88876A

Tints of Schist #88876A

Color information

#88876A (or 0x88876A) is unknown color: approx Schist. HEX triplet: 88, 87 and 6A. RGB value is (136,135,106). Sum of RGB (Red+Green+Blue) = 136+135+106=377 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.07% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 136 - color contains mainly: red. Hex color #88876A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88876A is #777895. Grayscale: #848484. Windows color (decimal): -7829654 or 6981512. OLE color: 6981512.

HSL color Cylindrical-coordinate representation of color #88876A: hue angle of 58º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #88876A is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB136135106-
CMYK00.010.220.47
HSL58º12.4%47.45%-
HSV(B)58º22.06%53.33%-
XYZ21.4223.617.06-
YUV131.99113.33130.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.07%
GREEN value IS 135 (53.12% from 255) = 35.81%
BLUE value IS 106 (41.80% from 255) = 28.12%
R=36.07%
G=35.81%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613510600.010.220.475812.447.45
Hex88876A01162F3ac2f
Octal210207152012657721457
Binary1000100010000111110101001101101011111110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88876A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88876A; }

 p { color: rgb(136,135,106); }

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

<style>
 a { background-color: #88876A; }

 a { background-color: rgb(136,135,106); }

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

<style>
 span { border-color: #88876A; }

 span { border-color: rgb(136,135,106); }

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