Html Css Color HEX #875577 Strikemaster

📋 copy color: '#875577'

red 135 ◦ green 85 ◦ blue 119

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

Shades of Strikemaster #875577

Tints of Strikemaster #875577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35.1%

R = 39.82%
G = 25.07%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#875577 (or 0x875577) is known color: Strikemaster. HEX triplet: 87, 55 and 77. RGB value is (135,85,119). Sum of RGB (Red+Green+Blue) = 135+85+119=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 135 - color contains mainly: red. Hex color #875577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875577 is #78AA88. Grayscale: #676767. Windows color (decimal): -7907977 or 7820679. OLE color: 7820679.

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

Color convert

RGB 135 85 119 -
CMYK 0 0.37 0.12 0.47
HSL 319.2º 0.23% 0.43% -
HSV(B) 319.2º 0.37% 0.53% -
XYZ 16.57 12.98 19.08 -
YUV 103.83 136.57 150.24 -
System Red Green Blue C M Y K H S L
Decimal 135 85 119 0 0.37 0.12 0.47 319.2 0.23 0.43
Hex 87 55 77 0 25 C 2F 13F 17 2B
Octal 207 125 167 0 45 14 57 477 27 53
Binary 10000111 1010101 1110111 0 100101 1100 101111 100111111 10111 101011

Color Harmonies of #875577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875577

Black with #875577

Text Example


Text Example

White with #875577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875577; }

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

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

background-color css

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

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

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

border-color css

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

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

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