Html Css Color HEX #846077 Strikemaster

📋 copy color: '#846077'

red 132 ◦ green 96 ◦ blue 119

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

Shades of Strikemaster #846077

Tints of Strikemaster #846077

RGB

 RED value IS 132 (51.95% from 255) = 38.04%

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

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

R = 38.04%
G = 27.67%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#846077 (or 0x846077) is known color: Strikemaster. HEX triplet: 84, 60 and 77. RGB value is (132,96,119). Sum of RGB (Red+Green+Blue) = 132+96+119=347 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.04% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 132 - color contains mainly: red. Hex color #846077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846077 is #7B9F88. Grayscale: #6D6D6D. Windows color (decimal): -8101769 or 7823492. OLE color: 7823492.

HSL color Cylindrical-coordinate representation of color #846077: hue angle of 321.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #846077 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 96 119 -
CMYK 0 0.27 0.10 0.48
HSL 321.67º 0.16% 0.45% -
HSV(B) 321.67º 0.27% 0.52% -
XYZ 17.03 14.6 19.37 -
YUV 109.39 133.43 144.13 -
System Red Green Blue C M Y K H S L
Decimal 132 96 119 0 0.27 0.10 0.48 321.67 0.16 0.45
Hex 84 60 77 0 1B A 30 142 10 2D
Octal 204 140 167 0 33 12 60 502 20 55
Binary 10000100 1100000 1110111 0 11011 1010 110000 101000010 10000 101101

Color Harmonies of #846077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846077

Black with #846077

Text Example


Text Example

White with #846077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846077; }

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

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

background-color css

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

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

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

border-color css

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

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

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