Html Css Color HEX #826675 Strikemaster

📋 copy color: '#826675'

red 130 ◦ green 102 ◦ blue 117

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

Shades of Strikemaster #826675

Tints of Strikemaster #826675

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.23%

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

R = 37.25%
G = 29.23%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#826675 (or 0x826675) is known color: Strikemaster. HEX triplet: 82, 66 and 75. RGB value is (130,102,117). Sum of RGB (Red+Green+Blue) = 130+102+117=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 130 - color contains mainly: red. Hex color #826675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826675 is #7D998A. Grayscale: #707070. Windows color (decimal): -8231307 or 7693954. OLE color: 7693954.

HSL color Cylindrical-coordinate representation of color #826675: hue angle of 327.86º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #826675 is Cyan = 0, Magento = 0.22, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 102 117 -
CMYK 0 0.22 0.1 0.49
HSL 327.86º 0.12% 0.45% -
HSV(B) 327.86º 0.22% 0.51% -
XYZ 17.17 15.53 18.92 -
YUV 112.08 130.78 140.78 -
System Red Green Blue C M Y K H S L
Decimal 130 102 117 0 0.22 0.1 0.49 327.86 0.12 0.45
Hex 82 66 75 0 16 A 31 148 C 2D
Octal 202 146 165 0 26 12 61 510 14 55
Binary 10000010 1100110 1110101 0 10110 1010 110001 101001000 1100 101101

Color Harmonies of #826675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826675

Black with #826675

Text Example


Text Example

White with #826675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826675; }

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

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

background-color css

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

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

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

border-color css

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

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

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