Html Css Color HEX #827079 Strikemaster

📋 copy color: '#827079'

red 130 ◦ green 112 ◦ blue 121

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

Shades of Strikemaster #827079

Tints of Strikemaster #827079

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.85%

 BLUE value IS 121 (47.66% from 255) = 33.33%

R = 35.81%
G = 30.85%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#827079 (or 0x827079) is known color: Strikemaster. HEX triplet: 82, 70 and 79. RGB value is (130,112,121). Sum of RGB (Red+Green+Blue) = 130+112+121=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 130 - color contains mainly: red. Hex color #827079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827079 is #7D8F86. Grayscale: #767676. Windows color (decimal): -8228743 or 7958658. OLE color: 7958658.

HSL color Cylindrical-coordinate representation of color #827079: hue angle of 330º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #827079 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 112 121 -
CMYK 0 0.14 0.07 0.49
HSL 330º 0.07% 0.47% -
HSV(B) 330º 0.14% 0.51% -
XYZ 18.45 17.71 20.54 -
YUV 118.41 129.46 136.27 -
System Red Green Blue C M Y K H S L
Decimal 130 112 121 0 0.14 0.07 0.49 330 0.07 0.47
Hex 82 70 79 0 E 7 31 14A 7 2F
Octal 202 160 171 0 16 7 61 512 7 57
Binary 10000010 1110000 1111001 0 1110 111 110001 101001010 111 101111

Color Harmonies of #827079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827079

Black with #827079

Text Example


Text Example

White with #827079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827079; }

 p { color: rgb(130,112,121); }

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

background-color css

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

 a { background-color: rgb(130,112,121); }

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

border-color css

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

 span { border-color: rgb(130,112,121); }

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