Html Css Color HEX #835D76 Strikemaster

📋 copy color: '#835D76'

red 131 ◦ green 93 ◦ blue 118

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

Shades of Strikemaster #835D76

Tints of Strikemaster #835D76

RGB

 RED value IS 131 (51.56% from 255) = 38.3%

 GREEN value IS 93 (36.72% from 255) = 27.19%

 BLUE value IS 118 (46.48% from 255) = 34.5%

R = 38.3%
G = 27.19%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#835D76 (or 0x835D76) is known color: Strikemaster. HEX triplet: 83, 5D and 76. RGB value is (131,93,118). Sum of RGB (Red+Green+Blue) = 131+93+118=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 131 - color contains mainly: red. Hex color #835D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835D76 is #7CA289. Grayscale: #6B6B6B. Windows color (decimal): -8168074 or 7757187. OLE color: 7757187.

HSL color Cylindrical-coordinate representation of color #835D76: hue angle of 320.53º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #835D76 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 93 118 -
CMYK 0 0.29 0.10 0.49
HSL 320.53º 0.17% 0.44% -
HSV(B) 320.53º 0.29% 0.51% -
XYZ 16.54 13.96 18.96 -
YUV 107.21 134.09 144.97 -
System Red Green Blue C M Y K H S L
Decimal 131 93 118 0 0.29 0.10 0.49 320.53 0.17 0.44
Hex 83 5D 76 0 1D A 31 141 11 2C
Octal 203 135 166 0 35 12 61 501 21 54
Binary 10000011 1011101 1110110 0 11101 1010 110001 101000001 10001 101100

Color Harmonies of #835D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835D76

Black with #835D76

Text Example


Text Example

White with #835D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835D76; }

 p { color: rgb(131,93,118); }

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

background-color css

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

 a { background-color: rgb(131,93,118); }

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

border-color css

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

 span { border-color: rgb(131,93,118); }

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