Html Css Color HEX #865F74 Strikemaster

📋 copy color: '#865F74'

red 134 ◦ green 95 ◦ blue 116

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

Shades of Strikemaster #865F74

Tints of Strikemaster #865F74

RGB

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

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

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

R = 38.84%
G = 27.54%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#865F74 (or 0x865F74) is known color: Strikemaster. HEX triplet: 86, 5F and 74. RGB value is (134,95,116). Sum of RGB (Red+Green+Blue) = 134+95+116=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 134 - color contains mainly: red. Hex color #865F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865F74 is #79A08B. Grayscale: #6D6D6D. Windows color (decimal): -7970956 or 7626630. OLE color: 7626630.

HSL color Cylindrical-coordinate representation of color #865F74: hue angle of 327.69º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #865F74 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 95 116 -
CMYK 0 0.29 0.13 0.47
HSL 327.69º 0.17% 0.45% -
HSV(B) 327.69º 0.29% 0.53% -
XYZ 17.08 14.51 18.42 -
YUV 109.06 131.92 145.79 -
System Red Green Blue C M Y K H S L
Decimal 134 95 116 0 0.29 0.13 0.47 327.69 0.17 0.45
Hex 86 5F 74 0 1D D 2F 148 11 2D
Octal 206 137 164 0 35 15 57 510 21 55
Binary 10000110 1011111 1110100 0 11101 1101 101111 101001000 10001 101101

Color Harmonies of #865F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865F74

Black with #865F74

Text Example


Text Example

White with #865F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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