Html Css Color HEX #846677 Strikemaster

📋 copy color: '#846677'

red 132 ◦ green 102 ◦ blue 119

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

Shades of Strikemaster #846677

Tints of Strikemaster #846677

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.9%

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

R = 37.39%
G = 28.9%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#846677 (or 0x846677) is known color: Strikemaster. HEX triplet: 84, 66 and 77. RGB value is (132,102,119). Sum of RGB (Red+Green+Blue) = 132+102+119=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 132 - color contains mainly: red. Hex color #846677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846677 is #7B9988. Grayscale: #707070. Windows color (decimal): -8100233 or 7825028. OLE color: 7825028.

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

Color convert

RGB 132 102 119 -
CMYK 0 0.23 0.10 0.48
HSL 326º 0.13% 0.46% -
HSV(B) 326º 0.23% 0.52% -
XYZ 17.6 15.74 19.56 -
YUV 112.91 131.44 141.62 -
System Red Green Blue C M Y K H S L
Decimal 132 102 119 0 0.23 0.10 0.48 326 0.13 0.46
Hex 84 66 77 0 17 A 30 146 D 2E
Octal 204 146 167 0 27 12 60 506 15 56
Binary 10000100 1100110 1110111 0 10111 1010 110000 101000110 1101 101110

Color Harmonies of #846677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846677

Black with #846677

Text Example


Text Example

White with #846677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846677; }

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

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

background-color css

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

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

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

border-color css

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

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

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