Html Css Color HEX #858477 Schist

📋 copy color: '#858477'

red 133 ◦ green 132 ◦ blue 119

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

Shades of Schist #858477

Tints of Schist #858477

RGB

 RED value IS 133 (52.34% from 255) = 34.64%

 GREEN value IS 132 (51.95% from 255) = 34.38%

 BLUE value IS 119 (46.88% from 255) = 30.99%

R = 34.64%
G = 34.38%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#858477 (or 0x858477) is known color: Schist. HEX triplet: 85, 84 and 77. RGB value is (133,132,119). Sum of RGB (Red+Green+Blue) = 133+132+119=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 133 - color contains mainly: red. Hex color #858477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858477 is #7A7B88. Grayscale: #828282. Windows color (decimal): -8027017 or 7832709. OLE color: 7832709.

HSL color Cylindrical-coordinate representation of color #858477: hue angle of 55.71º 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 #858477 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 132 119 -
CMYK 0 0.01 0.11 0.48
HSL 55.71º 0.06% 0.49% -
HSV(B) 55.71º 0.11% 0.52% -
XYZ 21.25 22.82 20.74 -
YUV 130.82 121.33 129.56 -
System Red Green Blue C M Y K H S L
Decimal 133 132 119 0 0.01 0.11 0.48 55.71 0.06 0.49
Hex 85 84 77 0 1 B 30 38 6 31
Octal 205 204 167 0 1 13 60 70 6 61
Binary 10000101 10000100 1110111 0 1 1011 110000 111000 110 110001

Color Harmonies of #858477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858477

Black with #858477

Text Example


Text Example

White with #858477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858477; }

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

 H1.HeaderClassName
 {
   color: #858477;
 }
 .AnyTagClassName
 {
   color: #858477;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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