#848676

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

Shades of Schist #848676

Tints of Schist #848676

Color information

#848676 (or 0x848676) is unknown color: approx Schist. HEX triplet: 84, 86 and 76. RGB value is (132,134,118). Sum of RGB (Red+Green+Blue) = 132+134+118=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 134 - color contains mainly: green. Hex color #848676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848676 is #7B7989. Grayscale: #838383. Windows color (decimal): -8092042 or 7767684. OLE color: 7767684.

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

Color convert

RGB132134118-
CMYK0.0100.120.47
HSL67.5º6.35%49.41%-
HSV(B)67.5º11.94%52.55%-
XYZ21.3123.2620.51-
YUV131.58120.34128.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.38%
GREEN value IS 134 (52.73% from 255) = 34.90%
BLUE value IS 118 (46.48% from 255) = 30.73%
R=34.38%
G=34.90%
B=30.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1321341180.0100.120.4767.56.3549.41
Hex84867610C2F43631
Octal204206166101457103661
Binary100001001000011011101101011001011111000011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848676; }

 p { color: rgb(132,134,118); }

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

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

 a { background-color: rgb(132,134,118); }

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

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

 span { border-color: rgb(132,134,118); }

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