Html Css Color HEX #856979 Strikemaster

📋 copy color: '#856979'

red 133 ◦ green 105 ◦ blue 121

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

Shades of Strikemaster #856979

Tints of Strikemaster #856979

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.25%

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

R = 37.05%
G = 29.25%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#856979 (or 0x856979) is known color: Strikemaster. HEX triplet: 85, 69 and 79. RGB value is (133,105,121). Sum of RGB (Red+Green+Blue) = 133+105+121=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 133 - color contains mainly: red. Hex color #856979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856979 is #7A9686. Grayscale: #737373. Windows color (decimal): -8033927 or 7956869. OLE color: 7956869.

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

Color convert

RGB 133 105 121 -
CMYK 0 0.21 0.09 0.48
HSL 325.71º 0.12% 0.47% -
HSV(B) 325.71º 0.21% 0.52% -
XYZ 18.18 16.47 20.31 -
YUV 115.2 131.28 140.7 -
System Red Green Blue C M Y K H S L
Decimal 133 105 121 0 0.21 0.09 0.48 325.71 0.12 0.47
Hex 85 69 79 0 15 9 30 146 C 2F
Octal 205 151 171 0 25 11 60 506 14 57
Binary 10000101 1101001 1111001 0 10101 1001 110000 101000110 1100 101111

Color Harmonies of #856979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856979

Black with #856979

Text Example


Text Example

White with #856979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856979; }

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

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

background-color css

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

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

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

border-color css

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

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

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