Html Css Color HEX #886175 Strikemaster

📋 copy color: '#886175'

red 136 ◦ green 97 ◦ blue 117

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

Shades of Strikemaster #886175

Tints of Strikemaster #886175

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.71%

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

R = 38.86%
G = 27.71%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#886175 (or 0x886175) is known color: Strikemaster. HEX triplet: 88, 61 and 75. RGB value is (136,97,117). Sum of RGB (Red+Green+Blue) = 136+97+117=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 136 - color contains mainly: red. Hex color #886175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886175 is #779E8A. Grayscale: #6E6E6E. Windows color (decimal): -7839371 or 7692680. OLE color: 7692680.

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

Color convert

RGB 136 97 117 -
CMYK 0 0.29 0.14 0.47
HSL 329.23º 0.17% 0.46% -
HSV(B) 329.23º 0.29% 0.53% -
XYZ 17.64 15.07 18.81 -
YUV 110.94 131.42 145.87 -
System Red Green Blue C M Y K H S L
Decimal 136 97 117 0 0.29 0.14 0.47 329.23 0.17 0.46
Hex 88 61 75 0 1D E 2F 149 11 2E
Octal 210 141 165 0 35 16 57 511 21 56
Binary 10001000 1100001 1110101 0 11101 1110 101111 101001001 10001 101110

Color Harmonies of #886175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886175

Black with #886175

Text Example


Text Example

White with #886175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886175; }

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

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

background-color css

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

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

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

border-color css

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

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

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