Html Css Color HEX #846777 Strikemaster

📋 copy color: '#846777'

red 132 ◦ green 103 ◦ blue 119

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

Shades of Strikemaster #846777

Tints of Strikemaster #846777

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.1%

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

R = 37.29%
G = 29.1%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#846777 (or 0x846777) is known color: Strikemaster. HEX triplet: 84, 67 and 77. RGB value is (132,103,119). Sum of RGB (Red+Green+Blue) = 132+103+119=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 132 - color contains mainly: red. Hex color #846777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846777 is #7B9888. Grayscale: #717171. Windows color (decimal): -8099977 or 7825284. OLE color: 7825284.

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

Color convert

RGB 132 103 119 -
CMYK 0 0.22 0.10 0.48
HSL 326.9º 0.12% 0.46% -
HSV(B) 326.9º 0.22% 0.52% -
XYZ 17.7 15.94 19.6 -
YUV 113.5 131.11 141.2 -
System Red Green Blue C M Y K H S L
Decimal 132 103 119 0 0.22 0.10 0.48 326.9 0.12 0.46
Hex 84 67 77 0 16 A 30 147 C 2E
Octal 204 147 167 0 26 12 60 507 14 56
Binary 10000100 1100111 1110111 0 10110 1010 110000 101000111 1100 101110

Color Harmonies of #846777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846777

Black with #846777

Text Example


Text Example

White with #846777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846777; }

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

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

background-color css

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

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

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

border-color css

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

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

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