#848578

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

Shades of Schist #848578

Tints of Schist #848578

Color information

#848578 (or 0x848578) is unknown color: approx Schist. HEX triplet: 84, 85 and 78. RGB value is (132,133,120). Sum of RGB (Red+Green+Blue) = 132+133+120=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 133 - color contains mainly: green. Hex color #848578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848578 is #7B7A87. Grayscale: #838383. Windows color (decimal): -8092296 or 7898500. OLE color: 7898500.

HSL color Cylindrical-coordinate representation of color #848578: hue angle of 64.62º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #848578 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB132133120-
CMYK0.0100.100.48
HSL64.62º5.14%49.61%-
HSV(B)64.62º9.77%52.16%-
XYZ21.2923.0421.09-
YUV131.22121.67128.56-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.29%
GREEN value IS 133 (52.34% from 255) = 34.55%
BLUE value IS 120 (47.27% from 255) = 31.17%
R=34.29%
G=34.55%
B=31.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321331200.0100.100.4864.625.1449.61
Hex84857810A3041532
Octal204205170101260101562
Binary100001001000010111110001010101100001000001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848578; }

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

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

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

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

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

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

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

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