Html Css Color HEX #875474 Strikemaster

📋 copy color: '#875474'

red 135 ◦ green 84 ◦ blue 116

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

Shades of Strikemaster #875474

Tints of Strikemaster #875474

RGB

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

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

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

R = 40.3%
G = 25.07%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#875474 (or 0x875474) is known color: Strikemaster. HEX triplet: 87, 54 and 74. RGB value is (135,84,116). Sum of RGB (Red+Green+Blue) = 135+84+116=335 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.30% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 135 - color contains mainly: red. Hex color #875474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875474 is #78AB8B. Grayscale: #666666. Windows color (decimal): -7908236 or 7623815. OLE color: 7623815.

HSL color Cylindrical-coordinate representation of color #875474: hue angle of 322.35º 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 #875474 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 84 116 -
CMYK 0 0.38 0.14 0.47
HSL 322.35º 0.23% 0.43% -
HSV(B) 322.35º 0.38% 0.53% -
XYZ 16.31 12.75 18.12 -
YUV 102.9 135.4 150.9 -
System Red Green Blue C M Y K H S L
Decimal 135 84 116 0 0.38 0.14 0.47 322.35 0.23 0.43
Hex 87 54 74 0 26 E 2F 142 17 2B
Octal 207 124 164 0 46 16 57 502 27 53
Binary 10000111 1010100 1110100 0 100110 1110 101111 101000010 10111 101011

Color Harmonies of #875474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875474

Black with #875474

Text Example


Text Example

White with #875474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875474; }

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

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

background-color css

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

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

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

border-color css

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

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

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