Html Css Color HEX #856376 Strikemaster

📋 copy color: '#856376'

red 133 ◦ green 99 ◦ blue 118

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

Shades of Strikemaster #856376

Tints of Strikemaster #856376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.29%

 BLUE value IS 118 (46.48% from 255) = 33.71%

R = 38%
G = 28.29%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#856376 (or 0x856376) is known color: Strikemaster. HEX triplet: 85, 63 and 76. RGB value is (133,99,118). Sum of RGB (Red+Green+Blue) = 133+99+118=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 133 - color contains mainly: red. Hex color #856376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856376 is #7A9C89. Grayscale: #6F6F6F. Windows color (decimal): -8035466 or 7758725. OLE color: 7758725.

HSL color Cylindrical-coordinate representation of color #856376: hue angle of 326.47º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #856376 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 99 118 -
CMYK 0 0.26 0.11 0.48
HSL 326.47º 0.15% 0.45% -
HSV(B) 326.47º 0.26% 0.52% -
XYZ 17.4 15.22 19.16 -
YUV 111.33 131.76 143.46 -
System Red Green Blue C M Y K H S L
Decimal 133 99 118 0 0.26 0.11 0.48 326.47 0.15 0.45
Hex 85 63 76 0 1A B 30 146 F 2D
Octal 205 143 166 0 32 13 60 506 17 55
Binary 10000101 1100011 1110110 0 11010 1011 110000 101000110 1111 101101

Color Harmonies of #856376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856376

Black with #856376

Text Example


Text Example

White with #856376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856376; }

 p { color: rgb(133,99,118); }

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

background-color css

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

 a { background-color: rgb(133,99,118); }

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

border-color css

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

 span { border-color: rgb(133,99,118); }

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