Html Css Color HEX #875575 Strikemaster

📋 copy color: '#875575'

red 135 ◦ green 85 ◦ blue 117

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

Shades of Strikemaster #875575

Tints of Strikemaster #875575

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.22%

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

R = 40.06%
G = 25.22%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#875575 (or 0x875575) is known color: Strikemaster. HEX triplet: 87, 55 and 75. RGB value is (135,85,117). Sum of RGB (Red+Green+Blue) = 135+85+117=337 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.06% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 135 - color contains mainly: red. Hex color #875575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875575 is #78AA8A. Grayscale: #676767. Windows color (decimal): -7907979 or 7689607. OLE color: 7689607.

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

Color convert

RGB 135 85 117 -
CMYK 0 0.37 0.13 0.47
HSL 321.6º 0.23% 0.43% -
HSV(B) 321.6º 0.37% 0.53% -
XYZ 16.45 12.93 18.46 -
YUV 103.6 135.57 150.4 -
System Red Green Blue C M Y K H S L
Decimal 135 85 117 0 0.37 0.13 0.47 321.6 0.23 0.43
Hex 87 55 75 0 25 D 2F 142 17 2B
Octal 207 125 165 0 45 15 57 502 27 53
Binary 10000111 1010101 1110101 0 100101 1101 101111 101000010 10111 101011

Color Harmonies of #875575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875575

Black with #875575

Text Example


Text Example

White with #875575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875575; }

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

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

background-color css

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

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

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

border-color css

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

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

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