Html Css Color HEX #845F74 Strikemaster

📋 copy color: '#845F74'

red 132 ◦ green 95 ◦ blue 116

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

Shades of Strikemaster #845F74

Tints of Strikemaster #845F74

RGB

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

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

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

R = 38.48%
G = 27.7%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#845F74 (or 0x845F74) is known color: Strikemaster. HEX triplet: 84, 5F and 74. RGB value is (132,95,116). Sum of RGB (Red+Green+Blue) = 132+95+116=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 132 - color contains mainly: red. Hex color #845F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845F74 is #7BA08B. Grayscale: #6C6C6C. Windows color (decimal): -8102028 or 7626628. OLE color: 7626628.

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

Color convert

RGB 132 95 116 -
CMYK 0 0.28 0.12 0.48
HSL 325.95º 0.16% 0.45% -
HSV(B) 325.95º 0.28% 0.52% -
XYZ 16.76 14.35 18.41 -
YUV 108.46 132.26 144.79 -
System Red Green Blue C M Y K H S L
Decimal 132 95 116 0 0.28 0.12 0.48 325.95 0.16 0.45
Hex 84 5F 74 0 1C C 30 146 10 2D
Octal 204 137 164 0 34 14 60 506 20 55
Binary 10000100 1011111 1110100 0 11100 1100 110000 101000110 10000 101101

Color Harmonies of #845F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845F74

Black with #845F74

Text Example


Text Example

White with #845F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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