Html Css Color HEX #836976 Strikemaster

📋 copy color: '#836976'

red 131 ◦ green 105 ◦ blue 118

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

Shades of Strikemaster #836976

Tints of Strikemaster #836976

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.66%

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

R = 37.01%
G = 29.66%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#836976 (or 0x836976) is known color: Strikemaster. HEX triplet: 83, 69 and 76. RGB value is (131,105,118). Sum of RGB (Red+Green+Blue) = 131+105+118=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 131 - color contains mainly: red. Hex color #836976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836976 is #7C9689. Grayscale: #727272. Windows color (decimal): -8165002 or 7760259. OLE color: 7760259.

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

Color convert

RGB 131 105 118 -
CMYK 0 0.20 0.10 0.49
HSL 330º 0.11% 0.46% -
HSV(B) 330º 0.2% 0.51% -
XYZ 17.68 16.24 19.34 -
YUV 114.26 130.11 139.94 -
System Red Green Blue C M Y K H S L
Decimal 131 105 118 0 0.20 0.10 0.49 330 0.11 0.46
Hex 83 69 76 0 14 A 31 14A B 2E
Octal 203 151 166 0 24 12 61 512 13 56
Binary 10000011 1101001 1110110 0 10100 1010 110001 101001010 1011 101110

Color Harmonies of #836976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836976

Black with #836976

Text Example


Text Example

White with #836976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836976; }

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

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

background-color css

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

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

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

border-color css

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

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

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