Html Css Color HEX #856079 Strikemaster

📋 copy color: '#856079'

red 133 ◦ green 96 ◦ blue 121

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

Shades of Strikemaster #856079

Tints of Strikemaster #856079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 34.57%

R = 38%
G = 27.43%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#856079 (or 0x856079) is known color: Strikemaster. HEX triplet: 85, 60 and 79. RGB value is (133,96,121). Sum of RGB (Red+Green+Blue) = 133+96+121=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 133 - color contains mainly: red. Hex color #856079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856079 is #7A9F86. Grayscale: #6D6D6D. Windows color (decimal): -8036231 or 7954565. OLE color: 7954565.

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

Color convert

RGB 133 96 121 -
CMYK 0 0.28 0.09 0.48
HSL 319.46º 0.16% 0.45% -
HSV(B) 319.46º 0.28% 0.52% -
XYZ 17.31 14.73 20.02 -
YUV 109.91 134.26 144.47 -
System Red Green Blue C M Y K H S L
Decimal 133 96 121 0 0.28 0.09 0.48 319.46 0.16 0.45
Hex 85 60 79 0 1C 9 30 13F 10 2D
Octal 205 140 171 0 34 11 60 477 20 55
Binary 10000101 1100000 1111001 0 11100 1001 110000 100111111 10000 101101

Color Harmonies of #856079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856079

Black with #856079

Text Example


Text Example

White with #856079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856079; }

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

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

background-color css

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

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

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

border-color css

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

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

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