Html Css Color HEX #875877 Strikemaster

📋 copy color: '#875877'

red 135 ◦ green 88 ◦ blue 119

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

Shades of Strikemaster #875877

Tints of Strikemaster #875877

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.73%

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

R = 39.47%
G = 25.73%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#875877 (or 0x875877) is known color: Strikemaster. HEX triplet: 87, 58 and 77. RGB value is (135,88,119). Sum of RGB (Red+Green+Blue) = 135+88+119=342 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.47% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 135 - color contains mainly: red. Hex color #875877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875877 is #78A788. Grayscale: #696969. Windows color (decimal): -7907209 or 7821447. OLE color: 7821447.

HSL color Cylindrical-coordinate representation of color #875877: hue angle of 320.43º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #875877 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 88 119 -
CMYK 0 0.35 0.12 0.47
HSL 320.43º 0.21% 0.44% -
HSV(B) 320.43º 0.35% 0.53% -
XYZ 16.81 13.46 19.17 -
YUV 105.59 135.57 148.98 -
System Red Green Blue C M Y K H S L
Decimal 135 88 119 0 0.35 0.12 0.47 320.43 0.21 0.44
Hex 87 58 77 0 23 C 2F 140 15 2C
Octal 207 130 167 0 43 14 57 500 25 54
Binary 10000111 1011000 1110111 0 100011 1100 101111 101000000 10101 101100

Color Harmonies of #875877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875877

Black with #875877

Text Example


Text Example

White with #875877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875877; }

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

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

background-color css

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

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

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

border-color css

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

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

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