Html Css Color HEX #848577 Schist

📋 copy color: '#848577'

red 132 ◦ green 133 ◦ blue 119

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

Shades of Schist #848577

Tints of Schist #848577

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

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

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

RGB 132 133 119 -
CMYK 0.01 0 0.11 0.48
HSL 64.29º 0.06% 0.49% -
HSV(B) 64.29º 0.11% 0.52% -
XYZ 21.23 23.01 20.78 -
YUV 131.11 121.17 128.64 -
System Red Green Blue C M Y K H S L
Decimal 132 133 119 0.01 0 0.11 0.48 64.29 0.06 0.49
Hex 84 85 77 1 0 B 30 40 6 31
Octal 204 205 167 1 0 13 60 100 6 61
Binary 10000100 10000101 1110111 1 0 1011 110000 1000000 110 110001

Color Harmonies of #848577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848577

Black with #848577

Text Example


Text Example

White with #848577

Text Example


Text Example

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