Html Css Color HEX #866478 Strikemaster

📋 copy color: '#866478'

red 134 ◦ green 100 ◦ blue 120

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

Shades of Strikemaster #866478

Tints of Strikemaster #866478

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.25%

 BLUE value IS 120 (47.27% from 255) = 33.9%

R = 37.85%
G = 28.25%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#866478 (or 0x866478) is known color: Strikemaster. HEX triplet: 86, 64 and 78. RGB value is (134,100,120). Sum of RGB (Red+Green+Blue) = 134+100+120=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 134 - color contains mainly: red. Hex color #866478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866478 is #799B87. Grayscale: #707070. Windows color (decimal): -7969672 or 7890054. OLE color: 7890054.

HSL color Cylindrical-coordinate representation of color #866478: hue angle of 324.71º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #866478 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 100 120 -
CMYK 0 0.25 0.10 0.47
HSL 324.71º 0.15% 0.46% -
HSV(B) 324.71º 0.25% 0.53% -
XYZ 17.78 15.54 19.83 -
YUV 112.45 132.26 143.37 -
System Red Green Blue C M Y K H S L
Decimal 134 100 120 0 0.25 0.10 0.47 324.71 0.15 0.46
Hex 86 64 78 0 19 A 2F 145 F 2E
Octal 206 144 170 0 31 12 57 505 17 56
Binary 10000110 1100100 1111000 0 11001 1010 101111 101000101 1111 101110

Color Harmonies of #866478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866478

Black with #866478

Text Example


Text Example

White with #866478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866478; }

 p { color: rgb(134,100,120); }

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

background-color css

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

 a { background-color: rgb(134,100,120); }

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

border-color css

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

 span { border-color: rgb(134,100,120); }

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