Html Css Color HEX #875D7B Strikemaster

📋 copy color: '#875D7B'

red 135 ◦ green 93 ◦ blue 123

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

Shades of Strikemaster #875D7B

Tints of Strikemaster #875D7B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.5%

 BLUE value IS 123 (48.44% from 255) = 35.04%

R = 38.46%
G = 26.5%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#875D7B (or 0x875D7B) is known color: Strikemaster. HEX triplet: 87, 5D and 7B. RGB value is (135,93,123). Sum of RGB (Red+Green+Blue) = 135+93+123=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 135 - color contains mainly: red. Hex color #875D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875D7B is #78A284. Grayscale: #6C6C6C. Windows color (decimal): -7905925 or 8084871. OLE color: 8084871.

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

Color convert

RGB 135 93 123 -
CMYK 0 0.31 0.09 0.47
HSL 317.14º 0.18% 0.45% -
HSV(B) 317.14º 0.31% 0.53% -
XYZ 17.48 14.41 20.6 -
YUV 108.98 135.91 146.56 -
System Red Green Blue C M Y K H S L
Decimal 135 93 123 0 0.31 0.09 0.47 317.14 0.18 0.45
Hex 87 5D 7B 0 1F 9 2F 13D 12 2D
Octal 207 135 173 0 37 11 57 475 22 55
Binary 10000111 1011101 1111011 0 11111 1001 101111 100111101 10010 101101

Color Harmonies of #875D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875D7B

Black with #875D7B

Text Example


Text Example

White with #875D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,93,123); }

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

background-color css

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

 a { background-color: rgb(135,93,123); }

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

border-color css

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

 span { border-color: rgb(135,93,123); }

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