Html Css Color HEX #845C76 Strikemaster

📋 copy color: '#845C76'

red 132 ◦ green 92 ◦ blue 118

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

Shades of Strikemaster #845C76

Tints of Strikemaster #845C76

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.9%

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

R = 38.6%
G = 26.9%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#845C76 (or 0x845C76) is known color: Strikemaster. HEX triplet: 84, 5C and 76. RGB value is (132,92,118). Sum of RGB (Red+Green+Blue) = 132+92+118=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 132 - color contains mainly: red. Hex color #845C76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845C76 is #7BA389. Grayscale: #6A6A6A. Windows color (decimal): -8102794 or 7756932. OLE color: 7756932.

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

Color convert

RGB 132 92 118 -
CMYK 0 0.30 0.11 0.48
HSL 321º 0.18% 0.44% -
HSV(B) 321º 0.3% 0.52% -
XYZ 16.61 13.87 18.94 -
YUV 106.92 134.25 145.89 -
System Red Green Blue C M Y K H S L
Decimal 132 92 118 0 0.30 0.11 0.48 321 0.18 0.44
Hex 84 5C 76 0 1E B 30 141 12 2C
Octal 204 134 166 0 36 13 60 501 22 54
Binary 10000100 1011100 1110110 0 11110 1011 110000 101000001 10010 101100

Color Harmonies of #845C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845C76

Black with #845C76

Text Example


Text Example

White with #845C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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