Html Css Color HEX #875E75 Strikemaster

📋 copy color: '#875E75'

red 135 ◦ green 94 ◦ blue 117

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

Shades of Strikemaster #875E75

Tints of Strikemaster #875E75

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.17%

 BLUE value IS 117 (46.09% from 255) = 33.82%

R = 39.02%
G = 27.17%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#875E75 (or 0x875E75) is known color: Strikemaster. HEX triplet: 87, 5E and 75. RGB value is (135,94,117). Sum of RGB (Red+Green+Blue) = 135+94+117=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 135 - color contains mainly: red. Hex color #875E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875E75 is #78A18A. Grayscale: #6C6C6C. Windows color (decimal): -7905675 or 7691911. OLE color: 7691911.

HSL color Cylindrical-coordinate representation of color #875E75: hue angle of 326.34º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #875E75 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 94 117 -
CMYK 0 0.30 0.13 0.47
HSL 326.34º 0.18% 0.45% -
HSV(B) 326.34º 0.3% 0.53% -
XYZ 17.21 14.44 18.71 -
YUV 108.88 132.58 146.63 -
System Red Green Blue C M Y K H S L
Decimal 135 94 117 0 0.30 0.13 0.47 326.34 0.18 0.45
Hex 87 5E 75 0 1E D 2F 146 12 2D
Octal 207 136 165 0 36 15 57 506 22 55
Binary 10000111 1011110 1110101 0 11110 1101 101111 101000110 10010 101101

Color Harmonies of #875E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875E75

Black with #875E75

Text Example


Text Example

White with #875E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875E75; }

 p { color: rgb(135,94,117); }

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

background-color css

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

 a { background-color: rgb(135,94,117); }

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

border-color css

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

 span { border-color: rgb(135,94,117); }

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