Html Css Color HEX #826775 Strikemaster

📋 copy color: '#826775'

red 130 ◦ green 103 ◦ blue 117

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

Shades of Strikemaster #826775

Tints of Strikemaster #826775

RGB

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

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

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

R = 37.14%
G = 29.43%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#826775 (or 0x826775) is known color: Strikemaster. HEX triplet: 82, 67 and 75. RGB value is (130,103,117). Sum of RGB (Red+Green+Blue) = 130+103+117=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 130 - color contains mainly: red. Hex color #826775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826775 is #7D988A. Grayscale: #707070. Windows color (decimal): -8231051 or 7694210. OLE color: 7694210.

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

Color convert

RGB 130 103 117 -
CMYK 0 0.21 0.1 0.49
HSL 328.89º 0.12% 0.46% -
HSV(B) 328.89º 0.21% 0.51% -
XYZ 17.27 15.73 18.96 -
YUV 112.67 130.45 140.36 -
System Red Green Blue C M Y K H S L
Decimal 130 103 117 0 0.21 0.1 0.49 328.89 0.12 0.46
Hex 82 67 75 0 15 A 31 149 C 2E
Octal 202 147 165 0 25 12 61 511 14 56
Binary 10000010 1100111 1110101 0 10101 1010 110001 101001001 1100 101110

Color Harmonies of #826775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826775

Black with #826775

Text Example


Text Example

White with #826775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826775; }

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

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

background-color css

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

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

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

border-color css

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

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

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