Html Css Color HEX #856578 Strikemaster

📋 copy color: '#856578'

red 133 ◦ green 101 ◦ blue 120

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

Shades of Strikemaster #856578

Tints of Strikemaster #856578

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.53%

 BLUE value IS 120 (47.27% from 255) = 33.9%

R = 37.57%
G = 28.53%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#856578 (or 0x856578) is known color: Strikemaster. HEX triplet: 85, 65 and 78. RGB value is (133,101,120). Sum of RGB (Red+Green+Blue) = 133+101+120=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 133 - color contains mainly: red. Hex color #856578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856578 is #7A9A87. Grayscale: #707070. Windows color (decimal): -8034952 or 7890309. OLE color: 7890309.

HSL color Cylindrical-coordinate representation of color #856578: hue angle of 324.38º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #856578 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 101 120 -
CMYK 0 0.24 0.10 0.48
HSL 324.38º 0.14% 0.46% -
HSV(B) 324.38º 0.24% 0.52% -
XYZ 17.72 15.65 19.86 -
YUV 112.73 132.1 142.46 -
System Red Green Blue C M Y K H S L
Decimal 133 101 120 0 0.24 0.10 0.48 324.38 0.14 0.46
Hex 85 65 78 0 18 A 30 144 E 2E
Octal 205 145 170 0 30 12 60 504 16 56
Binary 10000101 1100101 1111000 0 11000 1010 110000 101000100 1110 101110

Color Harmonies of #856578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856578

Black with #856578

Text Example


Text Example

White with #856578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856578; }

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

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

background-color css

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

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

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

border-color css

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

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

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