Html Css Color HEX #876475 Strikemaster

📋 copy color: '#876475'

red 135 ◦ green 100 ◦ blue 117

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

Shades of Strikemaster #876475

Tints of Strikemaster #876475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.41%

 BLUE value IS 117 (46.09% from 255) = 33.24%

R = 38.35%
G = 28.41%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#876475 (or 0x876475) is known color: Strikemaster. HEX triplet: 87, 64 and 75. RGB value is (135,100,117). Sum of RGB (Red+Green+Blue) = 135+100+117=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 135 - color contains mainly: red. Hex color #876475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876475 is #789B8A. Grayscale: #707070. Windows color (decimal): -7904139 or 7693447. OLE color: 7693447.

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

Color convert

RGB 135 100 117 -
CMYK 0 0.26 0.13 0.47
HSL 330.86º 0.15% 0.46% -
HSV(B) 330.86º 0.26% 0.53% -
XYZ 17.76 15.55 18.89 -
YUV 112.4 130.6 144.12 -
System Red Green Blue C M Y K H S L
Decimal 135 100 117 0 0.26 0.13 0.47 330.86 0.15 0.46
Hex 87 64 75 0 1A D 2F 14B F 2E
Octal 207 144 165 0 32 15 57 513 17 56
Binary 10000111 1100100 1110101 0 11010 1101 101111 101001011 1111 101110

Color Harmonies of #876475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876475

Black with #876475

Text Example


Text Example

White with #876475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876475; }

 p { color: rgb(135,100,117); }

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

background-color css

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

 a { background-color: rgb(135,100,117); }

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

border-color css

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

 span { border-color: rgb(135,100,117); }

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