Html Css Color HEX #866976 Strikemaster

📋 copy color: '#866976'

red 134 ◦ green 105 ◦ blue 118

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

Shades of Strikemaster #866976

Tints of Strikemaster #866976

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.41%

 BLUE value IS 118 (46.48% from 255) = 33.05%

R = 37.54%
G = 29.41%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#866976 (or 0x866976) is known color: Strikemaster. HEX triplet: 86, 69 and 76. RGB value is (134,105,118). Sum of RGB (Red+Green+Blue) = 134+105+118=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 134 - color contains mainly: red. Hex color #866976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866976 is #799689. Grayscale: #737373. Windows color (decimal): -7968394 or 7760262. OLE color: 7760262.

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

Color convert

RGB 134 105 118 -
CMYK 0 0.22 0.12 0.47
HSL 333.1º 0.12% 0.47% -
HSV(B) 333.1º 0.22% 0.53% -
XYZ 18.15 16.48 19.36 -
YUV 115.15 129.61 141.44 -
System Red Green Blue C M Y K H S L
Decimal 134 105 118 0 0.22 0.12 0.47 333.1 0.12 0.47
Hex 86 69 76 0 16 C 2F 14D C 2F
Octal 206 151 166 0 26 14 57 515 14 57
Binary 10000110 1101001 1110110 0 10110 1100 101111 101001101 1100 101111

Color Harmonies of #866976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866976

Black with #866976

Text Example


Text Example

White with #866976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866976; }

 p { color: rgb(134,105,118); }

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

background-color css

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

 a { background-color: rgb(134,105,118); }

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

border-color css

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

 span { border-color: rgb(134,105,118); }

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