Html Css Color HEX #846977 Strikemaster

📋 copy color: '#846977'

red 132 ◦ green 105 ◦ blue 119

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

Shades of Strikemaster #846977

Tints of Strikemaster #846977

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.49%

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

R = 37.08%
G = 29.49%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#846977 (or 0x846977) is known color: Strikemaster. HEX triplet: 84, 69 and 77. RGB value is (132,105,119). Sum of RGB (Red+Green+Blue) = 132+105+119=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 132 - color contains mainly: red. Hex color #846977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846977 is #7B9688. Grayscale: #727272. Windows color (decimal): -8099465 or 7825796. OLE color: 7825796.

HSL color Cylindrical-coordinate representation of color #846977: hue angle of 328.89º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #846977 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 105 119 -
CMYK 0 0.20 0.10 0.48
HSL 328.89º 0.11% 0.46% -
HSV(B) 328.89º 0.2% 0.52% -
XYZ 17.9 16.34 19.66 -
YUV 114.67 130.45 140.36 -
System Red Green Blue C M Y K H S L
Decimal 132 105 119 0 0.20 0.10 0.48 328.89 0.11 0.46
Hex 84 69 77 0 14 A 30 149 B 2E
Octal 204 151 167 0 24 12 60 511 13 56
Binary 10000100 1101001 1110111 0 10100 1010 110000 101001001 1011 101110

Color Harmonies of #846977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846977

Black with #846977

Text Example


Text Example

White with #846977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846977; }

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

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

background-color css

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

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

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

border-color css

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

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

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