Html Css Color HEX #875574 Strikemaster

📋 copy color: '#875574'

red 135 ◦ green 85 ◦ blue 116

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

Shades of Strikemaster #875574

Tints of Strikemaster #875574

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.3%

 BLUE value IS 116 (45.7% from 255) = 34.52%

R = 40.18%
G = 25.3%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#875574 (or 0x875574) is known color: Strikemaster. HEX triplet: 87, 55 and 74. RGB value is (135,85,116). Sum of RGB (Red+Green+Blue) = 135+85+116=336 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.18% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 135 - color contains mainly: red. Hex color #875574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875574 is #78AA8B. Grayscale: #676767. Windows color (decimal): -7907980 or 7624071. OLE color: 7624071.

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

Color convert

RGB 135 85 116 -
CMYK 0 0.37 0.14 0.47
HSL 322.8º 0.23% 0.43% -
HSV(B) 322.8º 0.37% 0.53% -
XYZ 16.39 12.91 18.15 -
YUV 103.48 135.07 150.48 -
System Red Green Blue C M Y K H S L
Decimal 135 85 116 0 0.37 0.14 0.47 322.8 0.23 0.43
Hex 87 55 74 0 25 E 2F 143 17 2B
Octal 207 125 164 0 45 16 57 503 27 53
Binary 10000111 1010101 1110100 0 100101 1110 101111 101000011 10111 101011

Color Harmonies of #875574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875574

Black with #875574

Text Example


Text Example

White with #875574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875574; }

 p { color: rgb(135,85,116); }

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

background-color css

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

 a { background-color: rgb(135,85,116); }

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

border-color css

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

 span { border-color: rgb(135,85,116); }

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