Html Css Color HEX #856377 Strikemaster

📋 copy color: '#856377'

red 133 ◦ green 99 ◦ blue 119

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

Shades of Strikemaster #856377

Tints of Strikemaster #856377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.9%

R = 37.89%
G = 28.21%
B = 33.9%

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

#856377 (or 0x856377) is known color: Strikemaster. HEX triplet: 85, 63 and 77. RGB value is (133,99,119). Sum of RGB (Red+Green+Blue) = 133+99+119=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 133 - color contains mainly: red. Hex color #856377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856377 is #7A9C88. Grayscale: #6F6F6F. Windows color (decimal): -8035465 or 7824261. OLE color: 7824261.

HSL color Cylindrical-coordinate representation of color #856377: hue angle of 324.71º 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 #856377 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 99 119 -
CMYK 0 0.26 0.11 0.48
HSL 324.71º 0.15% 0.45% -
HSV(B) 324.71º 0.26% 0.52% -
XYZ 17.46 15.24 19.47 -
YUV 111.45 132.26 143.37 -
System Red Green Blue C M Y K H S L
Decimal 133 99 119 0 0.26 0.11 0.48 324.71 0.15 0.45
Hex 85 63 77 0 1A B 30 145 F 2D
Octal 205 143 167 0 32 13 60 505 17 55
Binary 10000101 1100011 1110111 0 11010 1011 110000 101000101 1111 101101

Color Harmonies of #856377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856377

Black with #856377

Text Example


Text Example

White with #856377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856377; }

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

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

background-color css

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

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

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

border-color css

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

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

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