Html Css Color HEX #846A7A Strikemaster

📋 copy color: '#846A7A'

red 132 ◦ green 106 ◦ blue 122

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

Shades of Strikemaster #846A7A

Tints of Strikemaster #846A7A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.44%

 BLUE value IS 122 (48.05% from 255) = 33.89%

R = 36.67%
G = 29.44%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#846A7A (or 0x846A7A) is known color: Strikemaster. HEX triplet: 84, 6A and 7A. RGB value is (132,106,122). Sum of RGB (Red+Green+Blue) = 132+106+122=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 132 - color contains mainly: red. Hex color #846A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846A7A is #7B9585. Grayscale: #737373. Windows color (decimal): -8099206 or 8022660. OLE color: 8022660.

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

Color convert

RGB 132 106 122 -
CMYK 0 0.20 0.08 0.48
HSL 323.08º 0.11% 0.47% -
HSV(B) 323.08º 0.2% 0.52% -
XYZ 18.18 16.62 20.66 -
YUV 115.6 131.61 139.7 -
System Red Green Blue C M Y K H S L
Decimal 132 106 122 0 0.20 0.08 0.48 323.08 0.11 0.47
Hex 84 6A 7A 0 14 8 30 143 B 2F
Octal 204 152 172 0 24 10 60 503 13 57
Binary 10000100 1101010 1111010 0 10100 1000 110000 101000011 1011 101111

Color Harmonies of #846A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846A7A

Black with #846A7A

Text Example


Text Example

White with #846A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846A7A; }

 p { color: rgb(132,106,122); }

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

background-color css

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

 a { background-color: rgb(132,106,122); }

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

border-color css

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

 span { border-color: rgb(132,106,122); }

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