Html Css Color HEX #886174 Strikemaster

📋 copy color: '#886174'

red 136 ◦ green 97 ◦ blue 116

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

Shades of Strikemaster #886174

Tints of Strikemaster #886174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.24%

R = 38.97%
G = 27.79%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#886174 (or 0x886174) is known color: Strikemaster. HEX triplet: 88, 61 and 74. RGB value is (136,97,116). Sum of RGB (Red+Green+Blue) = 136+97+116=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 136 - color contains mainly: red. Hex color #886174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886174 is #779E8B. Grayscale: #6E6E6E. Windows color (decimal): -7839372 or 7627144. OLE color: 7627144.

HSL color Cylindrical-coordinate representation of color #886174: hue angle of 330.77º 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 #886174 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 97 116 -
CMYK 0 0.29 0.15 0.47
HSL 330.77º 0.17% 0.46% -
HSV(B) 330.77º 0.29% 0.53% -
XYZ 17.58 15.04 18.5 -
YUV 110.83 130.92 145.96 -
System Red Green Blue C M Y K H S L
Decimal 136 97 116 0 0.29 0.15 0.47 330.77 0.17 0.46
Hex 88 61 74 0 1D F 2F 14B 11 2E
Octal 210 141 164 0 35 17 57 513 21 56
Binary 10001000 1100001 1110100 0 11101 1111 101111 101001011 10001 101110

Color Harmonies of #886174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886174

Black with #886174

Text Example


Text Example

White with #886174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886174; }

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

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

background-color css

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

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

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

border-color css

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

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

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