Html Css Color HEX #875674 Strikemaster

📋 copy color: '#875674'

red 135 ◦ green 86 ◦ blue 116

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

Shades of Strikemaster #875674

Tints of Strikemaster #875674

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.52%

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

R = 40.06%
G = 25.52%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#875674 (or 0x875674) is known color: Strikemaster. HEX triplet: 87, 56 and 74. RGB value is (135,86,116). Sum of RGB (Red+Green+Blue) = 135+86+116=337 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.06% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 135 - color contains mainly: red. Hex color #875674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875674 is #78A98B. Grayscale: #686868. Windows color (decimal): -7907724 or 7624327. OLE color: 7624327.

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

Color convert

RGB 135 86 116 -
CMYK 0 0.36 0.14 0.47
HSL 323.27º 0.22% 0.43% -
HSV(B) 323.27º 0.36% 0.53% -
XYZ 16.47 13.07 18.18 -
YUV 104.07 134.73 150.06 -
System Red Green Blue C M Y K H S L
Decimal 135 86 116 0 0.36 0.14 0.47 323.27 0.22 0.43
Hex 87 56 74 0 24 E 2F 143 16 2B
Octal 207 126 164 0 44 16 57 503 26 53
Binary 10000111 1010110 1110100 0 100100 1110 101111 101000011 10110 101011

Color Harmonies of #875674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875674

Black with #875674

Text Example


Text Example

White with #875674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875674; }

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

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

background-color css

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

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

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

border-color css

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

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

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