Html Css Color HEX #845E77 Strikemaster

📋 copy color: '#845E77'

red 132 ◦ green 94 ◦ blue 119

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

Shades of Strikemaster #845E77

Tints of Strikemaster #845E77

RGB

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

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

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

R = 38.26%
G = 27.25%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#845E77 (or 0x845E77) is known color: Strikemaster. HEX triplet: 84, 5E and 77. RGB value is (132,94,119). Sum of RGB (Red+Green+Blue) = 132+94+119=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 132 - color contains mainly: red. Hex color #845E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845E77 is #7BA188. Grayscale: #6C6C6C. Windows color (decimal): -8102281 or 7822980. OLE color: 7822980.

HSL color Cylindrical-coordinate representation of color #845E77: hue angle of 320.53º 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 #845E77 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 94 119 -
CMYK 0 0.29 0.10 0.48
HSL 320.53º 0.17% 0.44% -
HSV(B) 320.53º 0.29% 0.52% -
XYZ 16.85 14.24 19.31 -
YUV 108.21 134.09 144.97 -
System Red Green Blue C M Y K H S L
Decimal 132 94 119 0 0.29 0.10 0.48 320.53 0.17 0.44
Hex 84 5E 77 0 1D A 30 141 11 2C
Octal 204 136 167 0 35 12 60 501 21 54
Binary 10000100 1011110 1110111 0 11101 1010 110000 101000001 10001 101100

Color Harmonies of #845E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845E77

Black with #845E77

Text Example


Text Example

White with #845E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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