Html Css Color HEX #846978 Strikemaster

📋 copy color: '#846978'

red 132 ◦ green 105 ◦ blue 120

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

Shades of Strikemaster #846978

Tints of Strikemaster #846978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.61%

R = 36.97%
G = 29.41%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#846978 (or 0x846978) is known color: Strikemaster. HEX triplet: 84, 69 and 78. RGB value is (132,105,120). Sum of RGB (Red+Green+Blue) = 132+105+120=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 132 - color contains mainly: red. Hex color #846978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846978 is #7B9687. Grayscale: #727272. Windows color (decimal): -8099464 or 7891332. OLE color: 7891332.

HSL color Cylindrical-coordinate representation of color #846978: hue angle of 326.67º 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 #846978 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 105 120 -
CMYK 0 0.20 0.09 0.48
HSL 326.67º 0.11% 0.46% -
HSV(B) 326.67º 0.2% 0.52% -
XYZ 17.96 16.36 19.98 -
YUV 114.78 130.95 140.28 -
System Red Green Blue C M Y K H S L
Decimal 132 105 120 0 0.20 0.09 0.48 326.67 0.11 0.46
Hex 84 69 78 0 14 9 30 147 B 2E
Octal 204 151 170 0 24 11 60 507 13 56
Binary 10000100 1101001 1111000 0 10100 1001 110000 101000111 1011 101110

Color Harmonies of #846978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846978

Black with #846978

Text Example


Text Example

White with #846978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846978; }

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

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

background-color css

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

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

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

border-color css

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

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

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