Html Css Color HEX #885675 Strikemaster

📋 copy color: '#885675'

red 136 ◦ green 86 ◦ blue 117

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

Shades of Strikemaster #885675

Tints of Strikemaster #885675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.37%

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

R = 40.12%
G = 25.37%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#885675 (or 0x885675) is known color: Strikemaster. HEX triplet: 88, 56 and 75. RGB value is (136,86,117). Sum of RGB (Red+Green+Blue) = 136+86+117=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 136 - color contains mainly: red. Hex color #885675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885675 is #77A98A. Grayscale: #686868. Windows color (decimal): -7842187 or 7689864. OLE color: 7689864.

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

Color convert

RGB 136 86 117 -
CMYK 0 0.37 0.14 0.47
HSL 322.8º 0.23% 0.44% -
HSV(B) 322.8º 0.37% 0.53% -
XYZ 16.69 13.17 18.49 -
YUV 104.48 135.07 150.48 -
System Red Green Blue C M Y K H S L
Decimal 136 86 117 0 0.37 0.14 0.47 322.8 0.23 0.44
Hex 88 56 75 0 25 E 2F 143 17 2C
Octal 210 126 165 0 45 16 57 503 27 54
Binary 10001000 1010110 1110101 0 100101 1110 101111 101000011 10111 101100

Color Harmonies of #885675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885675

Black with #885675

Text Example


Text Example

White with #885675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885675; }

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

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

background-color css

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

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

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

border-color css

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

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

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