Html Css Color HEX #866077 Strikemaster

📋 copy color: '#866077'

red 134 ◦ green 96 ◦ blue 119

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

Shades of Strikemaster #866077

Tints of Strikemaster #866077

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.51%

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

R = 38.4%
G = 27.51%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#866077 (or 0x866077) is known color: Strikemaster. HEX triplet: 86, 60 and 77. RGB value is (134,96,119). Sum of RGB (Red+Green+Blue) = 134+96+119=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 134 - color contains mainly: red. Hex color #866077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866077 is #799F88. Grayscale: #6D6D6D. Windows color (decimal): -7970697 or 7823494. OLE color: 7823494.

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

Color convert

RGB 134 96 119 -
CMYK 0 0.28 0.11 0.47
HSL 323.68º 0.17% 0.45% -
HSV(B) 323.68º 0.28% 0.53% -
XYZ 17.34 14.77 19.39 -
YUV 109.98 133.09 145.13 -
System Red Green Blue C M Y K H S L
Decimal 134 96 119 0 0.28 0.11 0.47 323.68 0.17 0.45
Hex 86 60 77 0 1C B 2F 144 11 2D
Octal 206 140 167 0 34 13 57 504 21 55
Binary 10000110 1100000 1110111 0 11100 1011 101111 101000100 10001 101101

Color Harmonies of #866077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866077

Black with #866077

Text Example


Text Example

White with #866077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866077; }

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

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

background-color css

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

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

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

border-color css

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

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

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