Html Css Color HEX #836776 Strikemaster

📋 copy color: '#836776'

red 131 ◦ green 103 ◦ blue 118

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

Shades of Strikemaster #836776

Tints of Strikemaster #836776

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.26%

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

R = 37.22%
G = 29.26%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#836776 (or 0x836776) is known color: Strikemaster. HEX triplet: 83, 67 and 76. RGB value is (131,103,118). Sum of RGB (Red+Green+Blue) = 131+103+118=352 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.22% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 131 - color contains mainly: red. Hex color #836776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836776 is #7C9889. Grayscale: #717171. Windows color (decimal): -8165514 or 7759747. OLE color: 7759747.

HSL color Cylindrical-coordinate representation of color #836776: hue angle of 327.86º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #836776 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 103 118 -
CMYK 0 0.21 0.10 0.49
HSL 327.86º 0.12% 0.46% -
HSV(B) 327.86º 0.21% 0.51% -
XYZ 17.48 15.83 19.27 -
YUV 113.08 130.78 140.78 -
System Red Green Blue C M Y K H S L
Decimal 131 103 118 0 0.21 0.10 0.49 327.86 0.12 0.46
Hex 83 67 76 0 15 A 31 148 C 2E
Octal 203 147 166 0 25 12 61 510 14 56
Binary 10000011 1100111 1110110 0 10101 1010 110001 101001000 1100 101110

Color Harmonies of #836776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836776

Black with #836776

Text Example


Text Example

White with #836776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836776; }

 p { color: rgb(131,103,118); }

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

background-color css

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

 a { background-color: rgb(131,103,118); }

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

border-color css

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

 span { border-color: rgb(131,103,118); }

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