Html Css Color HEX #826877 Strikemaster

📋 copy color: '#826877'

red 130 ◦ green 104 ◦ blue 119

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

Shades of Strikemaster #826877

Tints of Strikemaster #826877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.71%

R = 36.83%
G = 29.46%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#826877 (or 0x826877) is known color: Strikemaster. HEX triplet: 82, 68 and 77. RGB value is (130,104,119). Sum of RGB (Red+Green+Blue) = 130+104+119=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 130 - color contains mainly: red. Hex color #826877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826877 is #7D9788. Grayscale: #717171. Windows color (decimal): -8230793 or 7825538. OLE color: 7825538.

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

Color convert

RGB 130 104 119 -
CMYK 0 0.2 0.08 0.49
HSL 325.38º 0.11% 0.46% -
HSV(B) 325.38º 0.2% 0.51% -
XYZ 17.49 15.98 19.62 -
YUV 113.48 131.11 139.78 -
System Red Green Blue C M Y K H S L
Decimal 130 104 119 0 0.2 0.08 0.49 325.38 0.11 0.46
Hex 82 68 77 0 14 8 31 145 B 2E
Octal 202 150 167 0 24 10 61 505 13 56
Binary 10000010 1101000 1110111 0 10100 1000 110001 101000101 1011 101110

Color Harmonies of #826877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826877

Black with #826877

Text Example


Text Example

White with #826877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826877; }

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

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

background-color css

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

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

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

border-color css

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

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

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