Html Css Color HEX #875E7B Strikemaster

📋 copy color: '#875E7B'

red 135 ◦ green 94 ◦ blue 123

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

Shades of Strikemaster #875E7B

Tints of Strikemaster #875E7B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.7%

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

R = 38.35%
G = 26.7%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#875E7B (or 0x875E7B) is known color: Strikemaster. HEX triplet: 87, 5E and 7B. RGB value is (135,94,123). Sum of RGB (Red+Green+Blue) = 135+94+123=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 135 - color contains mainly: red. Hex color #875E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875E7B is #78A184. Grayscale: #6D6D6D. Windows color (decimal): -7905669 or 8085127. OLE color: 8085127.

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

Color convert

RGB 135 94 123 -
CMYK 0 0.30 0.09 0.47
HSL 317.56º 0.18% 0.45% -
HSV(B) 317.56º 0.3% 0.53% -
XYZ 17.57 14.59 20.63 -
YUV 109.57 135.58 146.14 -
System Red Green Blue C M Y K H S L
Decimal 135 94 123 0 0.30 0.09 0.47 317.56 0.18 0.45
Hex 87 5E 7B 0 1E 9 2F 13E 12 2D
Octal 207 136 173 0 36 11 57 476 22 55
Binary 10000111 1011110 1111011 0 11110 1001 101111 100111110 10010 101101

Color Harmonies of #875E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875E7B

Black with #875E7B

Text Example


Text Example

White with #875E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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