Html Css Color HEX #845D77 Strikemaster

📋 copy color: '#845D77'

red 132 ◦ green 93 ◦ blue 119

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

Shades of Strikemaster #845D77

Tints of Strikemaster #845D77

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.03%

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

R = 38.37%
G = 27.03%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#845D77 (or 0x845D77) is known color: Strikemaster. HEX triplet: 84, 5D and 77. RGB value is (132,93,119). Sum of RGB (Red+Green+Blue) = 132+93+119=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 119 (46.88% from 255 or 34.59% from 344); Max value from RGB is 132 - color contains mainly: red. Hex color #845D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845D77 is #7BA288. Grayscale: #6B6B6B. Windows color (decimal): -8102537 or 7822724. OLE color: 7822724.

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

Color convert

RGB 132 93 119 -
CMYK 0 0.30 0.10 0.48
HSL 320º 0.17% 0.44% -
HSV(B) 320º 0.3% 0.52% -
XYZ 16.76 14.07 19.28 -
YUV 107.63 134.42 145.39 -
System Red Green Blue C M Y K H S L
Decimal 132 93 119 0 0.30 0.10 0.48 320 0.17 0.44
Hex 84 5D 77 0 1E A 30 140 11 2C
Octal 204 135 167 0 36 12 60 500 21 54
Binary 10000100 1011101 1110111 0 11110 1010 110000 101000000 10001 101100

Color Harmonies of #845D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845D77

Black with #845D77

Text Example


Text Example

White with #845D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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