Html Css Color HEX #875477 Strikemaster

📋 copy color: '#875477'

red 135 ◦ green 84 ◦ blue 119

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

Shades of Strikemaster #875477

Tints of Strikemaster #875477

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.85%

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

R = 39.94%
G = 24.85%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#875477 (or 0x875477) is known color: Strikemaster. HEX triplet: 87, 54 and 77. RGB value is (135,84,119). Sum of RGB (Red+Green+Blue) = 135+84+119=338 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.94% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 135 - color contains mainly: red. Hex color #875477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875477 is #78AB88. Grayscale: #676767. Windows color (decimal): -7908233 or 7820423. OLE color: 7820423.

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

Color convert

RGB 135 84 119 -
CMYK 0 0.38 0.12 0.47
HSL 318.82º 0.23% 0.43% -
HSV(B) 318.82º 0.38% 0.53% -
XYZ 16.49 12.82 19.06 -
YUV 103.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 135 84 119 0 0.38 0.12 0.47 318.82 0.23 0.43
Hex 87 54 77 0 26 C 2F 13F 17 2B
Octal 207 124 167 0 46 14 57 477 27 53
Binary 10000111 1010100 1110111 0 100110 1100 101111 100111111 10111 101011

Color Harmonies of #875477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875477

Black with #875477

Text Example


Text Example

White with #875477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875477; }

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

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

background-color css

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

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

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

border-color css

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

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

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