Html Css Color HEX #875976 Strikemaster

📋 copy color: '#875976'

red 135 ◦ green 89 ◦ blue 118

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

Shades of Strikemaster #875976

Tints of Strikemaster #875976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.5%

R = 39.47%
G = 26.02%
B = 34.5%

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

#875976 (or 0x875976) is known color: Strikemaster. HEX triplet: 87, 59 and 76. RGB value is (135,89,118). Sum of RGB (Red+Green+Blue) = 135+89+118=342 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.47% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 135 - color contains mainly: red. Hex color #875976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875976 is #78A689. Grayscale: #696969. Windows color (decimal): -7906954 or 7756167. OLE color: 7756167.

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

Color convert

RGB 135 89 118 -
CMYK 0 0.34 0.13 0.47
HSL 322.17º 0.21% 0.44% -
HSV(B) 322.17º 0.34% 0.53% -
XYZ 16.83 13.6 18.88 -
YUV 106.06 134.74 148.64 -
System Red Green Blue C M Y K H S L
Decimal 135 89 118 0 0.34 0.13 0.47 322.17 0.21 0.44
Hex 87 59 76 0 22 D 2F 142 15 2C
Octal 207 131 166 0 42 15 57 502 25 54
Binary 10000111 1011001 1110110 0 100010 1101 101111 101000010 10101 101100

Color Harmonies of #875976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875976

Black with #875976

Text Example


Text Example

White with #875976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875976; }

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

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

background-color css

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

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

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

border-color css

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

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

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