#888674

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

Shades of Schist #888674

Tints of Schist #888674

Color information

#888674 (or 0x888674) is unknown color: approx Schist. HEX triplet: 88, 86 and 74. RGB value is (136,134,116). Sum of RGB (Red+Green+Blue) = 136+134+116=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 136 - color contains mainly: red. Hex color #888674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888674 is #77798B. Grayscale: #848484. Windows color (decimal): -7829900 or 7636616. OLE color: 7636616.

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

Color convert

RGB136134116-
CMYK00.010.150.47
HSL54º7.94%49.41%-
HSV(B)54º14.71%53.33%-
XYZ21.8323.5519.92-
YUV132.55118.66130.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.23%
GREEN value IS 134 (52.73% from 255) = 34.72%
BLUE value IS 116 (45.70% from 255) = 30.05%
R=35.23%
G=34.72%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613411600.010.150.47547.9449.41
Hex88867401F2F36831
Octal210206164011757661061
Binary100010001000011011101000111111011111101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888674; }

 p { color: rgb(136,134,116); }

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

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

 a { background-color: rgb(136,134,116); }

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

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

 span { border-color: rgb(136,134,116); }

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