Html Css Color HEX #886375 Strikemaster

📋 copy color: '#886375'

red 136 ◦ green 99 ◦ blue 117

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

Shades of Strikemaster #886375

Tints of Strikemaster #886375

RGB

 RED value IS 136 (53.52% from 255) = 38.64%

 GREEN value IS 99 (39.06% from 255) = 28.13%

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

R = 38.64%
G = 28.13%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#886375 (or 0x886375) is known color: Strikemaster. HEX triplet: 88, 63 and 75. RGB value is (136,99,117). Sum of RGB (Red+Green+Blue) = 136+99+117=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 136 - color contains mainly: red. Hex color #886375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886375 is #779C8A. Grayscale: #707070. Windows color (decimal): -7838859 or 7693192. OLE color: 7693192.

HSL color Cylindrical-coordinate representation of color #886375: hue angle of 330.81º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #886375 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 99 117 -
CMYK 0 0.27 0.14 0.47
HSL 330.81º 0.16% 0.46% -
HSV(B) 330.81º 0.27% 0.53% -
XYZ 17.83 15.44 18.87 -
YUV 112.12 130.76 145.04 -
System Red Green Blue C M Y K H S L
Decimal 136 99 117 0 0.27 0.14 0.47 330.81 0.16 0.46
Hex 88 63 75 0 1B E 2F 14B 10 2E
Octal 210 143 165 0 33 16 57 513 20 56
Binary 10001000 1100011 1110101 0 11011 1110 101111 101001011 10000 101110

Color Harmonies of #886375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886375

Black with #886375

Text Example


Text Example

White with #886375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886375; }

 p { color: rgb(136,99,117); }

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

background-color css

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

 a { background-color: rgb(136,99,117); }

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

border-color css

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

 span { border-color: rgb(136,99,117); }

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