Html Css Color HEX #875376 Strikemaster

📋 copy color: '#875376'

red 135 ◦ green 83 ◦ blue 118

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

Shades of Strikemaster #875376

Tints of Strikemaster #875376

RGB

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

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

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

R = 40.18%
G = 24.7%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#875376 (or 0x875376) is known color: Strikemaster. HEX triplet: 87, 53 and 76. RGB value is (135,83,118). Sum of RGB (Red+Green+Blue) = 135+83+118=336 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.18% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 135 - color contains mainly: red. Hex color #875376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875376 is #78AC89. Grayscale: #666666. Windows color (decimal): -7908490 or 7754631. OLE color: 7754631.

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

Color convert

RGB 135 83 118 -
CMYK 0 0.39 0.13 0.47
HSL 319.62º 0.24% 0.43% -
HSV(B) 319.62º 0.39% 0.53% -
XYZ 16.35 12.65 18.72 -
YUV 102.54 136.73 151.15 -
System Red Green Blue C M Y K H S L
Decimal 135 83 118 0 0.39 0.13 0.47 319.62 0.24 0.43
Hex 87 53 76 0 27 D 2F 140 18 2B
Octal 207 123 166 0 47 15 57 500 30 53
Binary 10000111 1010011 1110110 0 100111 1101 101111 101000000 11000 101011

Color Harmonies of #875376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875376

Black with #875376

Text Example


Text Example

White with #875376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875376; }

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

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

background-color css

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

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

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

border-color css

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

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

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