Html Css Color HEX #875B77 Strikemaster

📋 copy color: '#875B77'

red 135 ◦ green 91 ◦ blue 119

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

Shades of Strikemaster #875B77

Tints of Strikemaster #875B77

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.38%

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

R = 39.13%
G = 26.38%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#875B77 (or 0x875B77) is known color: Strikemaster. HEX triplet: 87, 5B and 77. RGB value is (135,91,119). Sum of RGB (Red+Green+Blue) = 135+91+119=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 135 - color contains mainly: red. Hex color #875B77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875B77 is #78A488. Grayscale: #6B6B6B. Windows color (decimal): -7906441 or 7822215. OLE color: 7822215.

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

Color convert

RGB 135 91 119 -
CMYK 0 0.33 0.12 0.47
HSL 321.82º 0.19% 0.44% -
HSV(B) 321.82º 0.33% 0.53% -
XYZ 17.06 13.96 19.25 -
YUV 107.35 134.58 147.72 -
System Red Green Blue C M Y K H S L
Decimal 135 91 119 0 0.33 0.12 0.47 321.82 0.19 0.44
Hex 87 5B 77 0 21 C 2F 142 13 2C
Octal 207 133 167 0 41 14 57 502 23 54
Binary 10000111 1011011 1110111 0 100001 1100 101111 101000010 10011 101100

Color Harmonies of #875B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875B77

Black with #875B77

Text Example


Text Example

White with #875B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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