Html Css Color HEX #856A79 Strikemaster

📋 copy color: '#856A79'

red 133 ◦ green 106 ◦ blue 121

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

Shades of Strikemaster #856A79

Tints of Strikemaster #856A79

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.44%

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

R = 36.94%
G = 29.44%
B = 33.61%

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

#856A79 (or 0x856A79) is known color: Strikemaster. HEX triplet: 85, 6A and 79. RGB value is (133,106,121). Sum of RGB (Red+Green+Blue) = 133+106+121=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 133 - color contains mainly: red. Hex color #856A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856A79 is #7A9586. Grayscale: #737373. Windows color (decimal): -8033671 or 7957125. OLE color: 7957125.

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

Color convert

RGB 133 106 121 -
CMYK 0 0.20 0.09 0.48
HSL 326.67º 0.11% 0.47% -
HSV(B) 326.67º 0.2% 0.52% -
XYZ 18.28 16.68 20.34 -
YUV 115.78 130.95 140.28 -
System Red Green Blue C M Y K H S L
Decimal 133 106 121 0 0.20 0.09 0.48 326.67 0.11 0.47
Hex 85 6A 79 0 14 9 30 147 B 2F
Octal 205 152 171 0 24 11 60 507 13 57
Binary 10000101 1101010 1111001 0 10100 1001 110000 101000111 1011 101111

Color Harmonies of #856A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856A79

Black with #856A79

Text Example


Text Example

White with #856A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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