Html Css Color HEX #856078 Strikemaster

📋 copy color: '#856078'

red 133 ◦ green 96 ◦ blue 120

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

Shades of Strikemaster #856078

Tints of Strikemaster #856078

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.51%

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

R = 38.11%
G = 27.51%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#856078 (or 0x856078) is known color: Strikemaster. HEX triplet: 85, 60 and 78. RGB value is (133,96,120). Sum of RGB (Red+Green+Blue) = 133+96+120=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 133 - color contains mainly: red. Hex color #856078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856078 is #7A9F87. Grayscale: #6D6D6D. Windows color (decimal): -8036232 or 7889029. OLE color: 7889029.

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

Color convert

RGB 133 96 120 -
CMYK 0 0.28 0.10 0.48
HSL 321.08º 0.16% 0.45% -
HSV(B) 321.08º 0.28% 0.52% -
XYZ 17.25 14.71 19.7 -
YUV 109.8 133.76 144.55 -
System Red Green Blue C M Y K H S L
Decimal 133 96 120 0 0.28 0.10 0.48 321.08 0.16 0.45
Hex 85 60 78 0 1C A 30 141 10 2D
Octal 205 140 170 0 34 12 60 501 20 55
Binary 10000101 1100000 1111000 0 11100 1010 110000 101000001 10000 101101

Color Harmonies of #856078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856078

Black with #856078

Text Example


Text Example

White with #856078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856078; }

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

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

background-color css

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

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

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

border-color css

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

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

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