Html Css Color HEX #836077 Strikemaster

📋 copy color: '#836077'

red 131 ◦ green 96 ◦ blue 119

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

Shades of Strikemaster #836077

Tints of Strikemaster #836077

RGB

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

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

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

R = 37.86%
G = 27.75%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#836077 (or 0x836077) is known color: Strikemaster. HEX triplet: 83, 60 and 77. RGB value is (131,96,119). Sum of RGB (Red+Green+Blue) = 131+96+119=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 131 - color contains mainly: red. Hex color #836077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836077 is #7C9F88. Grayscale: #6D6D6D. Windows color (decimal): -8167305 or 7823491. OLE color: 7823491.

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

Color convert

RGB 131 96 119 -
CMYK 0 0.27 0.09 0.49
HSL 320.57º 0.15% 0.45% -
HSV(B) 320.57º 0.27% 0.51% -
XYZ 16.87 14.52 19.37 -
YUV 109.09 133.6 143.63 -
System Red Green Blue C M Y K H S L
Decimal 131 96 119 0 0.27 0.09 0.49 320.57 0.15 0.45
Hex 83 60 77 0 1B 9 31 141 F 2D
Octal 203 140 167 0 33 11 61 501 17 55
Binary 10000011 1100000 1110111 0 11011 1001 110001 101000001 1111 101101

Color Harmonies of #836077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836077

Black with #836077

Text Example


Text Example

White with #836077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836077; }

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

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

background-color css

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

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

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

border-color css

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

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

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