Html Css Color HEX #876279 Strikemaster

📋 copy color: '#876279'

red 135 ◦ green 98 ◦ blue 121

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

Shades of Strikemaster #876279

Tints of Strikemaster #876279

RGB

 RED value IS 135 (53.13% from 255) = 38.14%

 GREEN value IS 98 (38.67% from 255) = 27.68%

 BLUE value IS 121 (47.66% from 255) = 34.18%

R = 38.14%
G = 27.68%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#876279 (or 0x876279) is known color: Strikemaster. HEX triplet: 87, 62 and 79. RGB value is (135,98,121). Sum of RGB (Red+Green+Blue) = 135+98+121=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 135 - color contains mainly: red. Hex color #876279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876279 is #789D86. Grayscale: #6F6F6F. Windows color (decimal): -7904647 or 7955079. OLE color: 7955079.

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

Color convert

RGB 135 98 121 -
CMYK 0 0.27 0.10 0.47
HSL 322.7º 0.16% 0.46% -
HSV(B) 322.7º 0.27% 0.53% -
XYZ 17.81 15.27 20.1 -
YUV 111.69 133.26 144.63 -
System Red Green Blue C M Y K H S L
Decimal 135 98 121 0 0.27 0.10 0.47 322.7 0.16 0.46
Hex 87 62 79 0 1B A 2F 143 10 2E
Octal 207 142 171 0 33 12 57 503 20 56
Binary 10000111 1100010 1111001 0 11011 1010 101111 101000011 10000 101110

Color Harmonies of #876279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876279

Black with #876279

Text Example


Text Example

White with #876279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876279; }

 p { color: rgb(135,98,121); }

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

background-color css

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

 a { background-color: rgb(135,98,121); }

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

border-color css

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

 span { border-color: rgb(135,98,121); }

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