Html Css Color HEX #856D79 Strikemaster

📋 copy color: '#856D79'

red 133 ◦ green 109 ◦ blue 121

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

Shades of Strikemaster #856D79

Tints of Strikemaster #856D79

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.03%

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

R = 36.64%
G = 30.03%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#856D79 (or 0x856D79) is known color: Strikemaster. HEX triplet: 85, 6D and 79. RGB value is (133,109,121). Sum of RGB (Red+Green+Blue) = 133+109+121=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 133 - color contains mainly: red. Hex color #856D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856D79 is #7A9286. Grayscale: #757575. Windows color (decimal): -8032903 or 7957893. OLE color: 7957893.

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

Color convert

RGB 133 109 121 -
CMYK 0 0.18 0.09 0.48
HSL 330º 0.1% 0.47% -
HSV(B) 330º 0.18% 0.52% -
XYZ 18.59 17.3 20.45 -
YUV 117.54 129.95 139.02 -
System Red Green Blue C M Y K H S L
Decimal 133 109 121 0 0.18 0.09 0.48 330 0.1 0.47
Hex 85 6D 79 0 12 9 30 14A A 2F
Octal 205 155 171 0 22 11 60 512 12 57
Binary 10000101 1101101 1111001 0 10010 1001 110000 101001010 1010 101111

Color Harmonies of #856D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856D79

Black with #856D79

Text Example


Text Example

White with #856D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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