Html Css Color HEX #845E76 Strikemaster

📋 copy color: '#845E76'

red 132 ◦ green 94 ◦ blue 118

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

Shades of Strikemaster #845E76

Tints of Strikemaster #845E76

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.33%

 BLUE value IS 118 (46.48% from 255) = 34.3%

R = 38.37%
G = 27.33%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#845E76 (or 0x845E76) is known color: Strikemaster. HEX triplet: 84, 5E and 76. RGB value is (132,94,118). Sum of RGB (Red+Green+Blue) = 132+94+118=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 132 - color contains mainly: red. Hex color #845E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845E76 is #7BA189. Grayscale: #6C6C6C. Windows color (decimal): -8102282 or 7757444. OLE color: 7757444.

HSL color Cylindrical-coordinate representation of color #845E76: hue angle of 322.11º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #845E76 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 94 118 -
CMYK 0 0.29 0.11 0.48
HSL 322.11º 0.17% 0.44% -
HSV(B) 322.11º 0.29% 0.52% -
XYZ 16.79 14.22 19 -
YUV 108.1 133.59 145.05 -
System Red Green Blue C M Y K H S L
Decimal 132 94 118 0 0.29 0.11 0.48 322.11 0.17 0.44
Hex 84 5E 76 0 1D B 30 142 11 2C
Octal 204 136 166 0 35 13 60 502 21 54
Binary 10000100 1011110 1110110 0 11101 1011 110000 101000010 10001 101100

Color Harmonies of #845E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845E76

Black with #845E76

Text Example


Text Example

White with #845E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845E76; }

 p { color: rgb(132,94,118); }

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

background-color css

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

 a { background-color: rgb(132,94,118); }

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

border-color css

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

 span { border-color: rgb(132,94,118); }

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