Html Css Color HEX #826874 Strikemaster

📋 copy color: '#826874'

red 130 ◦ green 104 ◦ blue 116

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

Shades of Strikemaster #826874

Tints of Strikemaster #826874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.71%

 BLUE value IS 116 (45.7% from 255) = 33.14%

R = 37.14%
G = 29.71%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#826874 (or 0x826874) is known color: Strikemaster. HEX triplet: 82, 68 and 74. RGB value is (130,104,116). Sum of RGB (Red+Green+Blue) = 130+104+116=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 130 - color contains mainly: red. Hex color #826874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826874 is #7D978B. Grayscale: #717171. Windows color (decimal): -8230796 or 7628930. OLE color: 7628930.

HSL color Cylindrical-coordinate representation of color #826874: hue angle of 332.31º 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 #826874 is Cyan = 0, Magento = 0.2, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 104 116 -
CMYK 0 0.2 0.11 0.49
HSL 332.31º 0.11% 0.46% -
HSV(B) 332.31º 0.2% 0.51% -
XYZ 17.31 15.91 18.68 -
YUV 113.14 129.61 140.02 -
System Red Green Blue C M Y K H S L
Decimal 130 104 116 0 0.2 0.11 0.49 332.31 0.11 0.46
Hex 82 68 74 0 14 B 31 14C B 2E
Octal 202 150 164 0 24 13 61 514 13 56
Binary 10000010 1101000 1110100 0 10100 1011 110001 101001100 1011 101110

Color Harmonies of #826874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826874

Black with #826874

Text Example


Text Example

White with #826874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826874; }

 p { color: rgb(130,104,116); }

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

background-color css

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

 a { background-color: rgb(130,104,116); }

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

border-color css

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

 span { border-color: rgb(130,104,116); }

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