Html Css Color HEX #875374 Strikemaster

📋 copy color: '#875374'

red 135 ◦ green 83 ◦ blue 116

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

Shades of Strikemaster #875374

Tints of Strikemaster #875374

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.85%

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

R = 40.42%
G = 24.85%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#875374 (or 0x875374) is known color: Strikemaster. HEX triplet: 87, 53 and 74. RGB value is (135,83,116). Sum of RGB (Red+Green+Blue) = 135+83+116=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 135 - color contains mainly: red. Hex color #875374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875374 is #78AC8B. Grayscale: #666666. Windows color (decimal): -7908492 or 7623559. OLE color: 7623559.

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

Color convert

RGB 135 83 116 -
CMYK 0 0.39 0.14 0.47
HSL 321.92º 0.24% 0.43% -
HSV(B) 321.92º 0.39% 0.53% -
XYZ 16.24 12.6 18.1 -
YUV 102.31 135.73 151.32 -
System Red Green Blue C M Y K H S L
Decimal 135 83 116 0 0.39 0.14 0.47 321.92 0.24 0.43
Hex 87 53 74 0 27 E 2F 142 18 2B
Octal 207 123 164 0 47 16 57 502 30 53
Binary 10000111 1010011 1110100 0 100111 1110 101111 101000010 11000 101011

Color Harmonies of #875374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875374

Black with #875374

Text Example


Text Example

White with #875374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875374; }

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

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

background-color css

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

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

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

border-color css

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

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

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