Html Css Color HEX #885677 Strikemaster

📋 copy color: '#885677'

red 136 ◦ green 86 ◦ blue 119

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

Shades of Strikemaster #885677

Tints of Strikemaster #885677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.9%

R = 39.88%
G = 25.22%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#885677 (or 0x885677) is known color: Strikemaster. HEX triplet: 88, 56 and 77. RGB value is (136,86,119). Sum of RGB (Red+Green+Blue) = 136+86+119=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 136 - color contains mainly: red. Hex color #885677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885677 is #77A988. Grayscale: #686868. Windows color (decimal): -7842185 or 7820936. OLE color: 7820936.

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

Color convert

RGB 136 86 119 -
CMYK 0 0.37 0.12 0.47
HSL 320.4º 0.23% 0.44% -
HSV(B) 320.4º 0.37% 0.53% -
XYZ 16.81 13.22 19.12 -
YUV 104.71 136.07 150.32 -
System Red Green Blue C M Y K H S L
Decimal 136 86 119 0 0.37 0.12 0.47 320.4 0.23 0.44
Hex 88 56 77 0 25 C 2F 140 17 2C
Octal 210 126 167 0 45 14 57 500 27 54
Binary 10001000 1010110 1110111 0 100101 1100 101111 101000000 10111 101100

Color Harmonies of #885677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885677

Black with #885677

Text Example


Text Example

White with #885677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885677; }

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

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

background-color css

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

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

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

border-color css

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

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

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