Html Css Color HEX #866677 Strikemaster

📋 copy color: '#866677'

red 134 ◦ green 102 ◦ blue 119

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

Shades of Strikemaster #866677

Tints of Strikemaster #866677

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.73%

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

R = 37.75%
G = 28.73%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#866677 (or 0x866677) is known color: Strikemaster. HEX triplet: 86, 66 and 77. RGB value is (134,102,119). Sum of RGB (Red+Green+Blue) = 134+102+119=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 134 - color contains mainly: red. Hex color #866677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866677 is #799988. Grayscale: #717171. Windows color (decimal): -7969161 or 7825030. OLE color: 7825030.

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

Color convert

RGB 134 102 119 -
CMYK 0 0.24 0.11 0.47
HSL 328.13º 0.14% 0.46% -
HSV(B) 328.13º 0.24% 0.53% -
XYZ 17.91 15.9 19.58 -
YUV 113.51 131.1 142.62 -
System Red Green Blue C M Y K H S L
Decimal 134 102 119 0 0.24 0.11 0.47 328.13 0.14 0.46
Hex 86 66 77 0 18 B 2F 148 E 2E
Octal 206 146 167 0 30 13 57 510 16 56
Binary 10000110 1100110 1110111 0 11000 1011 101111 101001000 1110 101110

Color Harmonies of #866677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866677

Black with #866677

Text Example


Text Example

White with #866677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866677; }

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

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

background-color css

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

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

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

border-color css

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

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

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