Html Css Color HEX #836577 Strikemaster

📋 copy color: '#836577'

red 131 ◦ green 101 ◦ blue 119

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

Shades of Strikemaster #836577

Tints of Strikemaster #836577

RGB

 RED value IS 131 (51.56% from 255) = 37.32%

 GREEN value IS 101 (39.84% from 255) = 28.77%

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

R = 37.32%
G = 28.77%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#836577 (or 0x836577) is known color: Strikemaster. HEX triplet: 83, 65 and 77. RGB value is (131,101,119). Sum of RGB (Red+Green+Blue) = 131+101+119=351 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.32% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 131 - color contains mainly: red. Hex color #836577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836577 is #7C9A88. Grayscale: #6F6F6F. Windows color (decimal): -8166025 or 7824771. OLE color: 7824771.

HSL color Cylindrical-coordinate representation of color #836577: hue angle of 324º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #836577 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 101 119 -
CMYK 0 0.23 0.09 0.49
HSL 324º 0.13% 0.45% -
HSV(B) 324º 0.23% 0.51% -
XYZ 17.34 15.46 19.52 -
YUV 112.02 131.94 141.54 -
System Red Green Blue C M Y K H S L
Decimal 131 101 119 0 0.23 0.09 0.49 324 0.13 0.45
Hex 83 65 77 0 17 9 31 144 D 2D
Octal 203 145 167 0 27 11 61 504 15 55
Binary 10000011 1100101 1110111 0 10111 1001 110001 101000100 1101 101101

Color Harmonies of #836577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836577

Black with #836577

Text Example


Text Example

White with #836577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836577; }

 p { color: rgb(131,101,119); }

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

background-color css

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

 a { background-color: rgb(131,101,119); }

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

border-color css

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

 span { border-color: rgb(131,101,119); }

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