Html Css Color HEX #886275 Strikemaster

📋 copy color: '#886275'

red 136 ◦ green 98 ◦ blue 117

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

Shades of Strikemaster #886275

Tints of Strikemaster #886275

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.92%

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

R = 38.75%
G = 27.92%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#886275 (or 0x886275) is known color: Strikemaster. HEX triplet: 88, 62 and 75. RGB value is (136,98,117). Sum of RGB (Red+Green+Blue) = 136+98+117=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 136 - color contains mainly: red. Hex color #886275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886275 is #779D8A. Grayscale: #6F6F6F. Windows color (decimal): -7839115 or 7692936. OLE color: 7692936.

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

Color convert

RGB 136 98 117 -
CMYK 0 0.28 0.14 0.47
HSL 330º 0.16% 0.46% -
HSV(B) 330º 0.28% 0.53% -
XYZ 17.73 15.25 18.84 -
YUV 111.53 131.09 145.46 -
System Red Green Blue C M Y K H S L
Decimal 136 98 117 0 0.28 0.14 0.47 330 0.16 0.46
Hex 88 62 75 0 1C E 2F 14A 10 2E
Octal 210 142 165 0 34 16 57 512 20 56
Binary 10001000 1100010 1110101 0 11100 1110 101111 101001010 10000 101110

Color Harmonies of #886275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886275

Black with #886275

Text Example


Text Example

White with #886275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886275; }

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

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

background-color css

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

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

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

border-color css

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

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

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