Html Css Color HEX #826176 Strikemaster

📋 copy color: '#826176'

red 130 ◦ green 97 ◦ blue 118

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

Shades of Strikemaster #826176

Tints of Strikemaster #826176

RGB

 RED value IS 130 (51.17% from 255) = 37.68%

 GREEN value IS 97 (38.28% from 255) = 28.12%

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

R = 37.68%
G = 28.12%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#826176 (or 0x826176) is known color: Strikemaster. HEX triplet: 82, 61 and 76. RGB value is (130,97,118). Sum of RGB (Red+Green+Blue) = 130+97+118=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 130 - color contains mainly: red. Hex color #826176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826176 is #7D9E89. Grayscale: #6D6D6D. Windows color (decimal): -8232586 or 7758210. OLE color: 7758210.

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

Color convert

RGB 130 97 118 -
CMYK 0 0.25 0.09 0.49
HSL 321.82º 0.15% 0.45% -
HSV(B) 321.82º 0.25% 0.51% -
XYZ 16.75 14.6 19.08 -
YUV 109.26 132.93 142.79 -
System Red Green Blue C M Y K H S L
Decimal 130 97 118 0 0.25 0.09 0.49 321.82 0.15 0.45
Hex 82 61 76 0 19 9 31 142 F 2D
Octal 202 141 166 0 31 11 61 502 17 55
Binary 10000010 1100001 1110110 0 11001 1001 110001 101000010 1111 101101

Color Harmonies of #826176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826176

Black with #826176

Text Example


Text Example

White with #826176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826176; }

 p { color: rgb(130,97,118); }

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

background-color css

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

 a { background-color: rgb(130,97,118); }

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

border-color css

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

 span { border-color: rgb(130,97,118); }

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