Html Css Color HEX #856B79 Strikemaster

📋 copy color: '#856B79'

red 133 ◦ green 107 ◦ blue 121

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

Shades of Strikemaster #856B79

Tints of Strikemaster #856B79

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.64%

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

R = 36.84%
G = 29.64%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#856B79 (or 0x856B79) is known color: Strikemaster. HEX triplet: 85, 6B and 79. RGB value is (133,107,121). Sum of RGB (Red+Green+Blue) = 133+107+121=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 133 - color contains mainly: red. Hex color #856B79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856B79 is #7A9486. Grayscale: #747474. Windows color (decimal): -8033415 or 7957381. OLE color: 7957381.

HSL color Cylindrical-coordinate representation of color #856B79: hue angle of 327.69º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #856B79 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 107 121 -
CMYK 0 0.20 0.09 0.48
HSL 327.69º 0.11% 0.47% -
HSV(B) 327.69º 0.2% 0.52% -
XYZ 18.38 16.88 20.38 -
YUV 116.37 130.61 139.86 -
System Red Green Blue C M Y K H S L
Decimal 133 107 121 0 0.20 0.09 0.48 327.69 0.11 0.47
Hex 85 6B 79 0 14 9 30 148 B 2F
Octal 205 153 171 0 24 11 60 510 13 57
Binary 10000101 1101011 1111001 0 10100 1001 110000 101001000 1011 101111

Color Harmonies of #856B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856B79

Black with #856B79

Text Example


Text Example

White with #856B79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856B79; }

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

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

background-color css

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

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

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

border-color css

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

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

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