Html Css Color HEX #865474 Strikemaster

📋 copy color: '#865474'

red 134 ◦ green 84 ◦ blue 116

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

Shades of Strikemaster #865474

Tints of Strikemaster #865474

RGB

 RED value IS 134 (52.73% from 255) = 40.12%

 GREEN value IS 84 (33.2% from 255) = 25.15%

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

R = 40.12%
G = 25.15%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#865474 (or 0x865474) is known color: Strikemaster. HEX triplet: 86, 54 and 74. RGB value is (134,84,116). Sum of RGB (Red+Green+Blue) = 134+84+116=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 134 - color contains mainly: red. Hex color #865474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865474 is #79AB8B. Grayscale: #666666. Windows color (decimal): -7973772 or 7623814. OLE color: 7623814.

HSL color Cylindrical-coordinate representation of color #865474: hue angle of 321.6º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #865474 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 84 116 -
CMYK 0 0.37 0.13 0.47
HSL 321.6º 0.23% 0.43% -
HSV(B) 321.6º 0.37% 0.53% -
XYZ 16.15 12.67 18.12 -
YUV 102.6 135.57 150.4 -
System Red Green Blue C M Y K H S L
Decimal 134 84 116 0 0.37 0.13 0.47 321.6 0.23 0.43
Hex 86 54 74 0 25 D 2F 142 17 2B
Octal 206 124 164 0 45 15 57 502 27 53
Binary 10000110 1010100 1110100 0 100101 1101 101111 101000010 10111 101011

Color Harmonies of #865474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865474

Black with #865474

Text Example


Text Example

White with #865474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865474; }

 p { color: rgb(134,84,116); }

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

background-color css

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

 a { background-color: rgb(134,84,116); }

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

border-color css

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

 span { border-color: rgb(134,84,116); }

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