Html Css Color HEX #835D77 Strikemaster

📋 copy color: '#835D77'

red 131 ◦ green 93 ◦ blue 119

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

Shades of Strikemaster #835D77

Tints of Strikemaster #835D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.69%

R = 38.19%
G = 27.11%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#835D77 (or 0x835D77) is known color: Strikemaster. HEX triplet: 83, 5D and 77. RGB value is (131,93,119). Sum of RGB (Red+Green+Blue) = 131+93+119=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 131 - color contains mainly: red. Hex color #835D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835D77 is #7CA288. Grayscale: #6B6B6B. Windows color (decimal): -8168073 or 7822723. OLE color: 7822723.

HSL color Cylindrical-coordinate representation of color #835D77: hue angle of 318.95º 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 #835D77 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 93 119 -
CMYK 0 0.29 0.09 0.49
HSL 318.95º 0.17% 0.44% -
HSV(B) 318.95º 0.29% 0.51% -
XYZ 16.6 13.99 19.28 -
YUV 107.33 134.59 144.89 -
System Red Green Blue C M Y K H S L
Decimal 131 93 119 0 0.29 0.09 0.49 318.95 0.17 0.44
Hex 83 5D 77 0 1D 9 31 13F 11 2C
Octal 203 135 167 0 35 11 61 477 21 54
Binary 10000011 1011101 1110111 0 11101 1001 110001 100111111 10001 101100

Color Harmonies of #835D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835D77

Black with #835D77

Text Example


Text Example

White with #835D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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