Html Css Color HEX #876278 Strikemaster

📋 copy color: '#876278'

red 135 ◦ green 98 ◦ blue 120

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

Shades of Strikemaster #876278

Tints of Strikemaster #876278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.99%

R = 38.24%
G = 27.76%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#876278 (or 0x876278) is known color: Strikemaster. HEX triplet: 87, 62 and 78. RGB value is (135,98,120). Sum of RGB (Red+Green+Blue) = 135+98+120=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 135 - color contains mainly: red. Hex color #876278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876278 is #789D87. Grayscale: #6F6F6F. Windows color (decimal): -7904648 or 7889543. OLE color: 7889543.

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

Color convert

RGB 135 98 120 -
CMYK 0 0.27 0.11 0.47
HSL 324.32º 0.16% 0.46% -
HSV(B) 324.32º 0.27% 0.53% -
XYZ 17.75 15.24 19.78 -
YUV 111.57 132.76 144.71 -
System Red Green Blue C M Y K H S L
Decimal 135 98 120 0 0.27 0.11 0.47 324.32 0.16 0.46
Hex 87 62 78 0 1B B 2F 144 10 2E
Octal 207 142 170 0 33 13 57 504 20 56
Binary 10000111 1100010 1111000 0 11011 1011 101111 101000100 10000 101110

Color Harmonies of #876278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876278

Black with #876278

Text Example


Text Example

White with #876278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876278; }

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

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

background-color css

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

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

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

border-color css

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

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

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