Html Css Color HEX #866378 Strikemaster

📋 copy color: '#866378'

red 134 ◦ green 99 ◦ blue 120

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

Shades of Strikemaster #866378

Tints of Strikemaster #866378

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.05%

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

R = 37.96%
G = 28.05%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#866378 (or 0x866378) is known color: Strikemaster. HEX triplet: 86, 63 and 78. RGB value is (134,99,120). Sum of RGB (Red+Green+Blue) = 134+99+120=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 134 - color contains mainly: red. Hex color #866378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866378 is #799C87. Grayscale: #6F6F6F. Windows color (decimal): -7969928 or 7889798. OLE color: 7889798.

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

Color convert

RGB 134 99 120 -
CMYK 0 0.26 0.10 0.47
HSL 324º 0.15% 0.46% -
HSV(B) 324º 0.26% 0.53% -
XYZ 17.68 15.35 19.8 -
YUV 111.86 132.6 143.79 -
System Red Green Blue C M Y K H S L
Decimal 134 99 120 0 0.26 0.10 0.47 324 0.15 0.46
Hex 86 63 78 0 1A A 2F 144 F 2E
Octal 206 143 170 0 32 12 57 504 17 56
Binary 10000110 1100011 1111000 0 11010 1010 101111 101000100 1111 101110

Color Harmonies of #866378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866378

Black with #866378

Text Example


Text Example

White with #866378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866378; }

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

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

background-color css

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

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

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

border-color css

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

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

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