Html Css Color HEX #845F76 Strikemaster

📋 copy color: '#845F76'

red 132 ◦ green 95 ◦ blue 118

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

Shades of Strikemaster #845F76

Tints of Strikemaster #845F76

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.54%

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

R = 38.26%
G = 27.54%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#845F76 (or 0x845F76) is known color: Strikemaster. HEX triplet: 84, 5F and 76. RGB value is (132,95,118). Sum of RGB (Red+Green+Blue) = 132+95+118=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 132 - color contains mainly: red. Hex color #845F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845F76 is #7BA089. Grayscale: #6C6C6C. Windows color (decimal): -8102026 or 7757700. OLE color: 7757700.

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

Color convert

RGB 132 95 118 -
CMYK 0 0.28 0.11 0.48
HSL 322.7º 0.16% 0.45% -
HSV(B) 322.7º 0.28% 0.52% -
XYZ 16.88 14.4 19.03 -
YUV 108.69 133.26 144.63 -
System Red Green Blue C M Y K H S L
Decimal 132 95 118 0 0.28 0.11 0.48 322.7 0.16 0.45
Hex 84 5F 76 0 1C B 30 143 10 2D
Octal 204 137 166 0 34 13 60 503 20 55
Binary 10000100 1011111 1110110 0 11100 1011 110000 101000011 10000 101101

Color Harmonies of #845F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845F76

Black with #845F76

Text Example


Text Example

White with #845F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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