Html Css Color HEX #875675 Strikemaster

📋 copy color: '#875675'

red 135 ◦ green 86 ◦ blue 117

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

Shades of Strikemaster #875675

Tints of Strikemaster #875675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.44%

 BLUE value IS 117 (46.09% from 255) = 34.62%

R = 39.94%
G = 25.44%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#875675 (or 0x875675) is known color: Strikemaster. HEX triplet: 87, 56 and 75. RGB value is (135,86,117). Sum of RGB (Red+Green+Blue) = 135+86+117=338 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.94% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 135 - color contains mainly: red. Hex color #875675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875675 is #78A98A. Grayscale: #686868. Windows color (decimal): -7907723 or 7689863. OLE color: 7689863.

HSL color Cylindrical-coordinate representation of color #875675: hue angle of 322.04º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #875675 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 86 117 -
CMYK 0 0.36 0.13 0.47
HSL 322.04º 0.22% 0.43% -
HSV(B) 322.04º 0.36% 0.53% -
XYZ 16.53 13.09 18.49 -
YUV 104.19 135.23 149.98 -
System Red Green Blue C M Y K H S L
Decimal 135 86 117 0 0.36 0.13 0.47 322.04 0.22 0.43
Hex 87 56 75 0 24 D 2F 142 16 2B
Octal 207 126 165 0 44 15 57 502 26 53
Binary 10000111 1010110 1110101 0 100100 1101 101111 101000010 10110 101011

Color Harmonies of #875675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875675

Black with #875675

Text Example


Text Example

White with #875675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875675; }

 p { color: rgb(135,86,117); }

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

background-color css

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

 a { background-color: rgb(135,86,117); }

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

border-color css

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

 span { border-color: rgb(135,86,117); }

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