Html Css Color HEX #848578 Schist

📋 copy color: '#848578'

red 132 ◦ green 133 ◦ blue 120

#848578
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Schist #848578

Tints of Schist #848578

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 value IS 0.01

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#848578 (or 0x848578) is known color: 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

RGB 132 133 120 -
CMYK 0.01 0 0.10 0.48
HSL 64.62º 0.05% 0.5% -
HSV(B) 64.62º 0.1% 0.52% -
XYZ 21.29 23.04 21.09 -
YUV 131.22 121.67 128.56 -
System Red Green Blue C M Y K H S L
Decimal 132 133 120 0.01 0 0.10 0.48 64.62 0.05 0.5
Hex 84 85 78 1 0 A 30 41 5 32
Octal 204 205 170 1 0 12 60 101 5 62
Binary 10000100 10000101 1111000 1 0 1010 110000 1000001 101 110010

Color Harmonies of #848578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848578

Black with #848578

Text Example


Text Example

White with #848578

Text Example


Text Example

HTML Codes & Css Web 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>