Html Css Color HEX #875975 Strikemaster

📋 copy color: '#875975'

red 135 ◦ green 89 ◦ blue 117

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

Shades of Strikemaster #875975

Tints of Strikemaster #875975

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.1%

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

R = 39.59%
G = 26.1%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#875975 (or 0x875975) is known color: Strikemaster. HEX triplet: 87, 59 and 75. RGB value is (135,89,117). Sum of RGB (Red+Green+Blue) = 135+89+117=341 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.59% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 135 - color contains mainly: red. Hex color #875975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875975 is #78A68A. Grayscale: #696969. Windows color (decimal): -7906955 or 7690631. OLE color: 7690631.

HSL color Cylindrical-coordinate representation of color #875975: hue angle of 323.48º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #875975 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 89 117 -
CMYK 0 0.34 0.13 0.47
HSL 323.48º 0.21% 0.44% -
HSV(B) 323.48º 0.34% 0.53% -
XYZ 16.77 13.58 18.57 -
YUV 105.95 134.24 148.72 -
System Red Green Blue C M Y K H S L
Decimal 135 89 117 0 0.34 0.13 0.47 323.48 0.21 0.44
Hex 87 59 75 0 22 D 2F 143 15 2C
Octal 207 131 165 0 42 15 57 503 25 54
Binary 10000111 1011001 1110101 0 100010 1101 101111 101000011 10101 101100

Color Harmonies of #875975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875975

Black with #875975

Text Example


Text Example

White with #875975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875975; }

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

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

background-color css

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

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

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

border-color css

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

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

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