Html Css Color HEX #826975 Strikemaster

📋 copy color: '#826975'

red 130 ◦ green 105 ◦ blue 117

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

Shades of Strikemaster #826975

Tints of Strikemaster #826975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.24%

R = 36.93%
G = 29.83%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#826975 (or 0x826975) is known color: Strikemaster. HEX triplet: 82, 69 and 75. RGB value is (130,105,117). Sum of RGB (Red+Green+Blue) = 130+105+117=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 130 - color contains mainly: red. Hex color #826975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826975 is #7D968A. Grayscale: #717171. Windows color (decimal): -8230539 or 7694722. OLE color: 7694722.

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

Color convert

RGB 130 105 117 -
CMYK 0 0.19 0.1 0.49
HSL 331.2º 0.11% 0.46% -
HSV(B) 331.2º 0.19% 0.51% -
XYZ 17.47 16.13 19.02 -
YUV 113.84 129.78 139.52 -
System Red Green Blue C M Y K H S L
Decimal 130 105 117 0 0.19 0.1 0.49 331.2 0.11 0.46
Hex 82 69 75 0 13 A 31 14B B 2E
Octal 202 151 165 0 23 12 61 513 13 56
Binary 10000010 1101001 1110101 0 10011 1010 110001 101001011 1011 101110

Color Harmonies of #826975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826975

Black with #826975

Text Example


Text Example

White with #826975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826975; }

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

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

background-color css

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

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

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

border-color css

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

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

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