Html Css Color HEX #826075 Strikemaster

📋 copy color: '#826075'

red 130 ◦ green 96 ◦ blue 117

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

Shades of Strikemaster #826075

Tints of Strikemaster #826075

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.99%

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

R = 37.9%
G = 27.99%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#826075 (or 0x826075) is known color: Strikemaster. HEX triplet: 82, 60 and 75. RGB value is (130,96,117). Sum of RGB (Red+Green+Blue) = 130+96+117=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 130 - color contains mainly: red. Hex color #826075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826075 is #7D9F8A. Grayscale: #6C6C6C. Windows color (decimal): -8232843 or 7692418. OLE color: 7692418.

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

Color convert

RGB 130 96 117 -
CMYK 0 0.26 0.1 0.49
HSL 322.94º 0.15% 0.44% -
HSV(B) 322.94º 0.26% 0.51% -
XYZ 16.6 14.4 18.73 -
YUV 108.56 132.76 143.29 -
System Red Green Blue C M Y K H S L
Decimal 130 96 117 0 0.26 0.1 0.49 322.94 0.15 0.44
Hex 82 60 75 0 1A A 31 143 F 2C
Octal 202 140 165 0 32 12 61 503 17 54
Binary 10000010 1100000 1110101 0 11010 1010 110001 101000011 1111 101100

Color Harmonies of #826075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826075

Black with #826075

Text Example


Text Example

White with #826075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826075; }

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

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

background-color css

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

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

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

border-color css

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

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

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