Html Css Color HEX #886475 Strikemaster

📋 copy color: '#886475'

red 136 ◦ green 100 ◦ blue 117

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

Shades of Strikemaster #886475

Tints of Strikemaster #886475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.33%

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

R = 38.53%
G = 28.33%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#886475 (or 0x886475) is known color: Strikemaster. HEX triplet: 88, 64 and 75. RGB value is (136,100,117). Sum of RGB (Red+Green+Blue) = 136+100+117=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 136 - color contains mainly: red. Hex color #886475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886475 is #779B8A. Grayscale: #707070. Windows color (decimal): -7838603 or 7693448. OLE color: 7693448.

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

Color convert

RGB 136 100 117 -
CMYK 0 0.26 0.14 0.47
HSL 331.67º 0.15% 0.46% -
HSV(B) 331.67º 0.26% 0.53% -
XYZ 17.92 15.63 18.9 -
YUV 112.7 130.43 144.62 -
System Red Green Blue C M Y K H S L
Decimal 136 100 117 0 0.26 0.14 0.47 331.67 0.15 0.46
Hex 88 64 75 0 1A E 2F 14C F 2E
Octal 210 144 165 0 32 16 57 514 17 56
Binary 10001000 1100100 1110101 0 11010 1110 101111 101001100 1111 101110

Color Harmonies of #886475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886475

Black with #886475

Text Example


Text Example

White with #886475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886475; }

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

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

background-color css

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

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

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

border-color css

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

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

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