Html Css Color HEX #875977 Strikemaster

📋 copy color: '#875977'

red 135 ◦ green 89 ◦ blue 119

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

Shades of Strikemaster #875977

Tints of Strikemaster #875977

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.95%

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

R = 39.36%
G = 25.95%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#875977 (or 0x875977) is known color: Strikemaster. HEX triplet: 87, 59 and 77. RGB value is (135,89,119). Sum of RGB (Red+Green+Blue) = 135+89+119=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 135 - color contains mainly: red. Hex color #875977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875977 is #78A688. Grayscale: #6A6A6A. Windows color (decimal): -7906953 or 7821703. OLE color: 7821703.

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

Color convert

RGB 135 89 119 -
CMYK 0 0.34 0.12 0.47
HSL 320.87º 0.21% 0.44% -
HSV(B) 320.87º 0.34% 0.53% -
XYZ 16.89 13.63 19.19 -
YUV 106.17 135.24 148.56 -
System Red Green Blue C M Y K H S L
Decimal 135 89 119 0 0.34 0.12 0.47 320.87 0.21 0.44
Hex 87 59 77 0 22 C 2F 141 15 2C
Octal 207 131 167 0 42 14 57 501 25 54
Binary 10000111 1011001 1110111 0 100010 1100 101111 101000001 10101 101100

Color Harmonies of #875977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875977

Black with #875977

Text Example


Text Example

White with #875977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875977; }

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

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

background-color css

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

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

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

border-color css

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

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

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