Html Css Color HEX #846177 Strikemaster

📋 copy color: '#846177'

red 132 ◦ green 97 ◦ blue 119

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

Shades of Strikemaster #846177

Tints of Strikemaster #846177

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.87%

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

R = 37.93%
G = 27.87%
B = 34.2%

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

#846177 (or 0x846177) is known color: Strikemaster. HEX triplet: 84, 61 and 77. RGB value is (132,97,119). Sum of RGB (Red+Green+Blue) = 132+97+119=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 119 (46.88% from 255 or 34.20% from 348); Max value from RGB is 132 - color contains mainly: red. Hex color #846177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846177 is #7B9E88. Grayscale: #6D6D6D. Windows color (decimal): -8101513 or 7823748. OLE color: 7823748.

HSL color Cylindrical-coordinate representation of color #846177: hue angle of 322.29º degrees, saturation: 0.15, 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 #846177 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 97 119 -
CMYK 0 0.27 0.10 0.48
HSL 322.29º 0.15% 0.45% -
HSV(B) 322.29º 0.27% 0.52% -
XYZ 17.12 14.79 19.4 -
YUV 109.97 133.1 143.71 -
System Red Green Blue C M Y K H S L
Decimal 132 97 119 0 0.27 0.10 0.48 322.29 0.15 0.45
Hex 84 61 77 0 1B A 30 142 F 2D
Octal 204 141 167 0 33 12 60 502 17 55
Binary 10000100 1100001 1110111 0 11011 1010 110000 101000010 1111 101101

Color Harmonies of #846177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846177

Black with #846177

Text Example


Text Example

White with #846177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846177; }

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

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

background-color css

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

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

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

border-color css

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

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

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