#888974

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

Shades of Schist #888974

Tints of Schist #888974

Color information

#888974 (or 0x888974) is unknown color: approx Schist. HEX triplet: 88, 89 and 74. RGB value is (136,137,116). Sum of RGB (Red+Green+Blue) = 136+137+116=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 137 - color contains mainly: green. Hex color #888974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888974 is #77768B. Grayscale: #868686. Windows color (decimal): -7829132 or 7637384. OLE color: 7637384.

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

Color convert

RGB136137116-
CMYK0.0100.150.46
HSL62.86º8.3%49.61%-
HSV(B)62.86º15.33%53.73%-
XYZ22.2524.3920.06-
YUV134.31117.67129.21-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.96%
GREEN value IS 137 (53.91% from 255) = 35.22%
BLUE value IS 116 (45.70% from 255) = 29.82%
R=34.96%
G=35.22%
B=29.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1361371160.0100.150.4662.868.349.61
Hex88897410F2E3f832
Octal210211164101756771062
Binary100010001000100111101001011111011101111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888974; }

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

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

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

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

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

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

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

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