#848577

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

Shades of Schist #848577

Tints of Schist #848577

Color information

#848577 (or 0x848577) is unknown color: approx Schist. HEX triplet: 84, 85 and 77. RGB value is (132,133,119). Sum of RGB (Red+Green+Blue) = 132+133+119=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 133 - color contains mainly: green. Hex color #848577 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848577 is #7B7A88. Grayscale: #838383. Windows color (decimal): -8092297 or 7832964. OLE color: 7832964.

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

Color convert

RGB132133119-
CMYK0.0100.110.48
HSL64.29º5.56%49.41%-
HSV(B)64.29º10.53%52.16%-
XYZ21.2323.0120.78-
YUV131.1121.17128.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.38%
GREEN value IS 133 (52.34% from 255) = 34.64%
BLUE value IS 119 (46.88% from 255) = 30.99%
R=34.38%
G=34.64%
B=30.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321331190.0100.110.4864.295.5649.41
Hex84857710B3040631
Octal204205167101360100661
Binary100001001000010111101111010111100001000000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848577; }

 p { color: rgb(132,133,119); }

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

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

 a { background-color: rgb(132,133,119); }

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

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

 span { border-color: rgb(132,133,119); }

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