Html Css Color HEX #826774 Strikemaster

📋 copy color: '#826774'

red 130 ◦ green 103 ◦ blue 116

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

Shades of Strikemaster #826774

Tints of Strikemaster #826774

RGB

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

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

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

R = 37.25%
G = 29.51%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#826774 (or 0x826774) is known color: Strikemaster. HEX triplet: 82, 67 and 74. RGB value is (130,103,116). Sum of RGB (Red+Green+Blue) = 130+103+116=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 130 - color contains mainly: red. Hex color #826774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826774 is #7D988B. Grayscale: #707070. Windows color (decimal): -8231052 or 7628674. OLE color: 7628674.

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

Color convert

RGB 130 103 116 -
CMYK 0 0.21 0.11 0.49
HSL 331.11º 0.12% 0.46% -
HSV(B) 331.11º 0.21% 0.51% -
XYZ 17.21 15.71 18.65 -
YUV 112.56 129.95 140.44 -
System Red Green Blue C M Y K H S L
Decimal 130 103 116 0 0.21 0.11 0.49 331.11 0.12 0.46
Hex 82 67 74 0 15 B 31 14B C 2E
Octal 202 147 164 0 25 13 61 513 14 56
Binary 10000010 1100111 1110100 0 10101 1011 110001 101001011 1100 101110

Color Harmonies of #826774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826774

Black with #826774

Text Example


Text Example

White with #826774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826774; }

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

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

background-color css

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

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

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

border-color css

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

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

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