Html Css Color HEX #836676 Strikemaster

📋 copy color: '#836676'

red 131 ◦ green 102 ◦ blue 118

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

Shades of Strikemaster #836676

Tints of Strikemaster #836676

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.06%

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

R = 37.32%
G = 29.06%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#836676 (or 0x836676) is known color: Strikemaster. HEX triplet: 83, 66 and 76. RGB value is (131,102,118). Sum of RGB (Red+Green+Blue) = 131+102+118=351 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.32% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 131 - color contains mainly: red. Hex color #836676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836676 is #7C9989. Grayscale: #707070. Windows color (decimal): -8165770 or 7759491. OLE color: 7759491.

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

Color convert

RGB 131 102 118 -
CMYK 0 0.22 0.10 0.49
HSL 326.9º 0.12% 0.46% -
HSV(B) 326.9º 0.22% 0.51% -
XYZ 17.38 15.64 19.24 -
YUV 112.5 131.11 141.2 -
System Red Green Blue C M Y K H S L
Decimal 131 102 118 0 0.22 0.10 0.49 326.9 0.12 0.46
Hex 83 66 76 0 16 A 31 147 C 2E
Octal 203 146 166 0 26 12 61 507 14 56
Binary 10000011 1100110 1110110 0 10110 1010 110001 101000111 1100 101110

Color Harmonies of #836676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836676

Black with #836676

Text Example


Text Example

White with #836676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836676; }

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

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

background-color css

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

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

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

border-color css

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

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

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