Html Css Color HEX #858474 Schist

📋 copy color: '#858474'

red 133 ◦ green 132 ◦ blue 116

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

Shades of Schist #858474

Tints of Schist #858474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.45%

R = 34.91%
G = 34.65%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#858474 (or 0x858474) is known color: Schist. HEX triplet: 85, 84 and 74. RGB value is (133,132,116). Sum of RGB (Red+Green+Blue) = 133+132+116=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 133 - color contains mainly: red. Hex color #858474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858474 is #7A7B8B. Grayscale: #828282. Windows color (decimal): -8027020 or 7636101. OLE color: 7636101.

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

Color convert

RGB 133 132 116 -
CMYK 0 0.01 0.13 0.48
HSL 56.47º 0.07% 0.49% -
HSV(B) 56.47º 0.13% 0.52% -
XYZ 21.08 22.75 19.8 -
YUV 130.48 119.83 129.8 -
System Red Green Blue C M Y K H S L
Decimal 133 132 116 0 0.01 0.13 0.48 56.47 0.07 0.49
Hex 85 84 74 0 1 D 30 38 7 31
Octal 205 204 164 0 1 15 60 70 7 61
Binary 10000101 10000100 1110100 0 1 1101 110000 111000 111 110001

Color Harmonies of #858474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858474

Black with #858474

Text Example


Text Example

White with #858474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858474; }

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

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

background-color css

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

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

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

border-color css

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

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

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