Html Css Color HEX #875B73 Strikemaster

📋 copy color: '#875B73'

red 135 ◦ green 91 ◦ blue 115

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

Shades of Strikemaster #875B73

Tints of Strikemaster #875B73

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.69%

 BLUE value IS 115 (45.31% from 255) = 33.72%

R = 39.59%
G = 26.69%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#875B73 (or 0x875B73) is known color: Strikemaster. HEX triplet: 87, 5B and 73. RGB value is (135,91,115). Sum of RGB (Red+Green+Blue) = 135+91+115=341 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.59% from 341); Green value is 91 (35.94% from 255 or 26.69% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 135 - color contains mainly: red. Hex color #875B73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875B73 is #78A48C. Grayscale: #6A6A6A. Windows color (decimal): -7906445 or 7560071. OLE color: 7560071.

HSL color Cylindrical-coordinate representation of color #875B73: hue angle of 327.27º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #875B73 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 91 115 -
CMYK 0 0.33 0.15 0.47
HSL 327.27º 0.19% 0.44% -
HSV(B) 327.27º 0.33% 0.53% -
XYZ 16.83 13.87 18.01 -
YUV 106.89 132.58 148.05 -
System Red Green Blue C M Y K H S L
Decimal 135 91 115 0 0.33 0.15 0.47 327.27 0.19 0.44
Hex 87 5B 73 0 21 F 2F 147 13 2C
Octal 207 133 163 0 41 17 57 507 23 54
Binary 10000111 1011011 1110011 0 100001 1111 101111 101000111 10011 101100

Color Harmonies of #875B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875B73

Black with #875B73

Text Example


Text Example

White with #875B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,91,115); }

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

background-color css

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

 a { background-color: rgb(135,91,115); }

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

border-color css

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

 span { border-color: rgb(135,91,115); }

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