Html Css Color HEX #856277 Strikemaster

📋 copy color: '#856277'

red 133 ◦ green 98 ◦ blue 119

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

Shades of Strikemaster #856277

Tints of Strikemaster #856277

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28%

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

R = 38%
G = 28%
B = 34%

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

#856277 (or 0x856277) is known color: Strikemaster. HEX triplet: 85, 62 and 77. RGB value is (133,98,119). Sum of RGB (Red+Green+Blue) = 133+98+119=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 133 - color contains mainly: red. Hex color #856277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856277 is #7A9D88. Grayscale: #6E6E6E. Windows color (decimal): -8035721 or 7824005. OLE color: 7824005.

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

Color convert

RGB 133 98 119 -
CMYK 0 0.26 0.11 0.48
HSL 324º 0.15% 0.45% -
HSV(B) 324º 0.26% 0.52% -
XYZ 17.37 15.05 19.44 -
YUV 110.86 132.6 143.79 -
System Red Green Blue C M Y K H S L
Decimal 133 98 119 0 0.26 0.11 0.48 324 0.15 0.45
Hex 85 62 77 0 1A B 30 144 F 2D
Octal 205 142 167 0 32 13 60 504 17 55
Binary 10000101 1100010 1110111 0 11010 1011 110000 101000100 1111 101101

Color Harmonies of #856277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856277

Black with #856277

Text Example


Text Example

White with #856277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856277; }

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

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

background-color css

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

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

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

border-color css

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

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

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