Html Css Color HEX #845E74 Strikemaster

📋 copy color: '#845E74'

red 132 ◦ green 94 ◦ blue 116

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

Shades of Strikemaster #845E74

Tints of Strikemaster #845E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.92%

R = 38.6%
G = 27.49%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#845E74 (or 0x845E74) is known color: Strikemaster. HEX triplet: 84, 5E and 74. RGB value is (132,94,116). Sum of RGB (Red+Green+Blue) = 132+94+116=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 132 - color contains mainly: red. Hex color #845E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845E74 is #7BA18B. Grayscale: #6B6B6B. Windows color (decimal): -8102284 or 7626372. OLE color: 7626372.

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

Color convert

RGB 132 94 116 -
CMYK 0 0.29 0.12 0.48
HSL 325.26º 0.17% 0.44% -
HSV(B) 325.26º 0.29% 0.52% -
XYZ 16.67 14.17 18.38 -
YUV 107.87 132.59 145.21 -
System Red Green Blue C M Y K H S L
Decimal 132 94 116 0 0.29 0.12 0.48 325.26 0.17 0.44
Hex 84 5E 74 0 1D C 30 145 11 2C
Octal 204 136 164 0 35 14 60 505 21 54
Binary 10000100 1011110 1110100 0 11101 1100 110000 101000101 10001 101100

Color Harmonies of #845E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845E74

Black with #845E74

Text Example


Text Example

White with #845E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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