Html Css Color HEX #876274 Strikemaster

📋 copy color: '#876274'

red 135 ◦ green 98 ◦ blue 116

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

Shades of Strikemaster #876274

Tints of Strikemaster #876274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.24%

R = 38.68%
G = 28.08%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#876274 (or 0x876274) is known color: Strikemaster. HEX triplet: 87, 62 and 74. RGB value is (135,98,116). Sum of RGB (Red+Green+Blue) = 135+98+116=349 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.68% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 135 - color contains mainly: red. Hex color #876274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876274 is #789D8B. Grayscale: #6F6F6F. Windows color (decimal): -7904652 or 7627399. OLE color: 7627399.

HSL color Cylindrical-coordinate representation of color #876274: hue angle of 330.81º 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 #876274 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 98 116 -
CMYK 0 0.27 0.14 0.47
HSL 330.81º 0.16% 0.46% -
HSV(B) 330.81º 0.27% 0.53% -
XYZ 17.51 15.15 18.52 -
YUV 111.12 130.76 145.04 -
System Red Green Blue C M Y K H S L
Decimal 135 98 116 0 0.27 0.14 0.47 330.81 0.16 0.46
Hex 87 62 74 0 1B E 2F 14B 10 2E
Octal 207 142 164 0 33 16 57 513 20 56
Binary 10000111 1100010 1110100 0 11011 1110 101111 101001011 10000 101110

Color Harmonies of #876274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876274

Black with #876274

Text Example


Text Example

White with #876274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876274; }

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

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

background-color css

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

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

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

border-color css

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

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

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