Html Css Color HEX #875475 Strikemaster

📋 copy color: '#875475'

red 135 ◦ green 84 ◦ blue 117

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

Shades of Strikemaster #875475

Tints of Strikemaster #875475

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25%

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

R = 40.18%
G = 25%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#875475 (or 0x875475) is known color: Strikemaster. HEX triplet: 87, 54 and 75. RGB value is (135,84,117). Sum of RGB (Red+Green+Blue) = 135+84+117=336 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.18% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 135 - color contains mainly: red. Hex color #875475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875475 is #78AB8A. Grayscale: #666666. Windows color (decimal): -7908235 or 7689351. OLE color: 7689351.

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

Color convert

RGB 135 84 117 -
CMYK 0 0.38 0.13 0.47
HSL 321.18º 0.23% 0.43% -
HSV(B) 321.18º 0.38% 0.53% -
XYZ 16.37 12.78 18.43 -
YUV 103.01 135.9 150.82 -
System Red Green Blue C M Y K H S L
Decimal 135 84 117 0 0.38 0.13 0.47 321.18 0.23 0.43
Hex 87 54 75 0 26 D 2F 141 17 2B
Octal 207 124 165 0 46 15 57 501 27 53
Binary 10000111 1010100 1110101 0 100110 1101 101111 101000001 10111 101011

Color Harmonies of #875475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875475

Black with #875475

Text Example


Text Example

White with #875475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875475; }

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

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

background-color css

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

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

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

border-color css

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

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

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