Html Css Color HEX #886075 Strikemaster

📋 copy color: '#886075'

red 136 ◦ green 96 ◦ blue 117

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

Shades of Strikemaster #886075

Tints of Strikemaster #886075

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.51%

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

R = 38.97%
G = 27.51%
B = 33.52%

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

#886075 (or 0x886075) is known color: Strikemaster. HEX triplet: 88, 60 and 75. RGB value is (136,96,117). Sum of RGB (Red+Green+Blue) = 136+96+117=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 136 - color contains mainly: red. Hex color #886075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886075 is #779F8A. Grayscale: #6E6E6E. Windows color (decimal): -7839627 or 7692424. OLE color: 7692424.

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

Color convert

RGB 136 96 117 -
CMYK 0 0.29 0.14 0.47
HSL 328.5º 0.17% 0.45% -
HSV(B) 328.5º 0.29% 0.53% -
XYZ 17.55 14.88 18.78 -
YUV 110.35 131.75 146.29 -
System Red Green Blue C M Y K H S L
Decimal 136 96 117 0 0.29 0.14 0.47 328.5 0.17 0.45
Hex 88 60 75 0 1D E 2F 148 11 2D
Octal 210 140 165 0 35 16 57 510 21 55
Binary 10001000 1100000 1110101 0 11101 1110 101111 101001000 10001 101101

Color Harmonies of #886075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886075

Black with #886075

Text Example


Text Example

White with #886075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886075; }

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

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

background-color css

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

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

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

border-color css

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

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

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