Html Css Color HEX #886677 Strikemaster

📋 copy color: '#886677'

red 136 ◦ green 102 ◦ blue 119

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

Shades of Strikemaster #886677

Tints of Strikemaster #886677

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.57%

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

R = 38.1%
G = 28.57%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#886677 (or 0x886677) is known color: Strikemaster. HEX triplet: 88, 66 and 77. RGB value is (136,102,119). Sum of RGB (Red+Green+Blue) = 136+102+119=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 136 - color contains mainly: red. Hex color #886677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886677 is #779988. Grayscale: #727272. Windows color (decimal): -7838089 or 7825032. OLE color: 7825032.

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

Color convert

RGB 136 102 119 -
CMYK 0 0.25 0.12 0.47
HSL 330º 0.14% 0.47% -
HSV(B) 330º 0.25% 0.53% -
XYZ 18.23 16.07 19.59 -
YUV 114.1 130.76 143.62 -
System Red Green Blue C M Y K H S L
Decimal 136 102 119 0 0.25 0.12 0.47 330 0.14 0.47
Hex 88 66 77 0 19 C 2F 14A E 2F
Octal 210 146 167 0 31 14 57 512 16 57
Binary 10001000 1100110 1110111 0 11001 1100 101111 101001010 1110 101111

Color Harmonies of #886677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886677

Black with #886677

Text Example


Text Example

White with #886677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886677; }

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

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

background-color css

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

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

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

border-color css

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

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

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