Html Css Color HEX #875777 Strikemaster

📋 copy color: '#875777'

red 135 ◦ green 87 ◦ blue 119

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

Shades of Strikemaster #875777

Tints of Strikemaster #875777

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.51%

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

R = 39.59%
G = 25.51%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#875777 (or 0x875777) is known color: Strikemaster. HEX triplet: 87, 57 and 77. RGB value is (135,87,119). Sum of RGB (Red+Green+Blue) = 135+87+119=341 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.59% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 135 - color contains mainly: red. Hex color #875777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875777 is #78A888. Grayscale: #686868. Windows color (decimal): -7907465 or 7821191. OLE color: 7821191.

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

Color convert

RGB 135 87 119 -
CMYK 0 0.36 0.12 0.47
HSL 320º 0.22% 0.44% -
HSV(B) 320º 0.36% 0.53% -
XYZ 16.73 13.3 19.14 -
YUV 105 135.9 149.4 -
System Red Green Blue C M Y K H S L
Decimal 135 87 119 0 0.36 0.12 0.47 320 0.22 0.44
Hex 87 57 77 0 24 C 2F 140 16 2C
Octal 207 127 167 0 44 14 57 500 26 54
Binary 10000111 1010111 1110111 0 100100 1100 101111 101000000 10110 101100

Color Harmonies of #875777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875777

Black with #875777

Text Example


Text Example

White with #875777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875777; }

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

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

background-color css

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

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

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

border-color css

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

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

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