Html Css Color HEX #865877 Strikemaster

📋 copy color: '#865877'

red 134 ◦ green 88 ◦ blue 119

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

Shades of Strikemaster #865877

Tints of Strikemaster #865877

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.81%

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

R = 39.3%
G = 25.81%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#865877 (or 0x865877) is known color: Strikemaster. HEX triplet: 86, 58 and 77. RGB value is (134,88,119). Sum of RGB (Red+Green+Blue) = 134+88+119=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 134 - color contains mainly: red. Hex color #865877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865877 is #79A788. Grayscale: #696969. Windows color (decimal): -7972745 or 7821446. OLE color: 7821446.

HSL color Cylindrical-coordinate representation of color #865877: hue angle of 319.57º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #865877 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 88 119 -
CMYK 0 0.34 0.11 0.47
HSL 319.57º 0.21% 0.44% -
HSV(B) 319.57º 0.34% 0.53% -
XYZ 16.65 13.38 19.16 -
YUV 105.29 135.74 148.48 -
System Red Green Blue C M Y K H S L
Decimal 134 88 119 0 0.34 0.11 0.47 319.57 0.21 0.44
Hex 86 58 77 0 22 B 2F 140 15 2C
Octal 206 130 167 0 42 13 57 500 25 54
Binary 10000110 1011000 1110111 0 100010 1011 101111 101000000 10101 101100

Color Harmonies of #865877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865877

Black with #865877

Text Example


Text Example

White with #865877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865877; }

 p { color: rgb(134,88,119); }

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

background-color css

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

 a { background-color: rgb(134,88,119); }

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

border-color css

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

 span { border-color: rgb(134,88,119); }

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