Html Css Color HEX #826977 Strikemaster

📋 copy color: '#826977'

red 130 ◦ green 105 ◦ blue 119

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

Shades of Strikemaster #826977

Tints of Strikemaster #826977

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.66%

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

R = 36.72%
G = 29.66%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#826977 (or 0x826977) is known color: Strikemaster. HEX triplet: 82, 69 and 77. RGB value is (130,105,119). Sum of RGB (Red+Green+Blue) = 130+105+119=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 130 - color contains mainly: red. Hex color #826977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826977 is #7D9688. Grayscale: #727272. Windows color (decimal): -8230537 or 7825794. OLE color: 7825794.

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

Color convert

RGB 130 105 119 -
CMYK 0 0.19 0.08 0.49
HSL 326.4º 0.11% 0.46% -
HSV(B) 326.4º 0.19% 0.51% -
XYZ 17.59 16.18 19.65 -
YUV 114.07 130.78 139.36 -
System Red Green Blue C M Y K H S L
Decimal 130 105 119 0 0.19 0.08 0.49 326.4 0.11 0.46
Hex 82 69 77 0 13 8 31 146 B 2E
Octal 202 151 167 0 23 10 61 506 13 56
Binary 10000010 1101001 1110111 0 10011 1000 110001 101000110 1011 101110

Color Harmonies of #826977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826977

Black with #826977

Text Example


Text Example

White with #826977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826977; }

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

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

background-color css

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

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

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

border-color css

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

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

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